Searched refs:lwip_strnicmp (Results 1 - 5 of 5) sorted by relevance
/third_party/lwip/src/core/ |
H A D | def.c | 156 #ifndef lwip_strnicmp 163 lwip_strnicmp(const char *str1, const char *str2, size_t len) in lwip_strnicmp() function
|
H A D | dns.c | 653 (lwip_strnicmp(name, dns_table[i].name, sizeof(dns_table[i].name)) == 0) && in dns_lookup() 1501 (lwip_strnicmp(name, dns_table[i].name, sizeof(dns_table[i].name)) == 0)) { in dns_enqueue()
|
/third_party/lwip/src/include/lwip/ |
H A D | def.h | 135 #ifndef lwip_strnicmp 137 int lwip_strnicmp(const char* str1, const char* str2, size_t len);
|
/third_party/lwip/src/apps/netbiosns/ |
H A D | netbiosns.c | 375 if (lwip_strnicmp(netbios_name, NETBIOS_LOCAL_NAME, sizeof(NETBIOS_LOCAL_NAME)) == 0) { in netbiosns_recv() 414 if (!lwip_strnicmp(netbios_name, NETBIOS_LOCAL_NAME, sizeof(NETBIOS_LOCAL_NAME)) || in netbiosns_recv() 415 !lwip_strnicmp(netbios_name, "*", sizeof(NETBIOS_LOCAL_NAME))) { in netbiosns_recv()
|
/third_party/lwip/src/apps/mdns/ |
H A D | mdns.c | 474 res = lwip_strnicmp((char *) ptra, (char *) ptrb, len); in mdns_domain_eq()
|
Completed in 7 milliseconds