Home
last modified time | relevance | path

Searched refs:lwip_strnicmp (Results 1 - 5 of 5) sorted by relevance

/third_party/lwip/src/core/
H A Ddef.c156 #ifndef lwip_strnicmp
163 lwip_strnicmp(const char *str1, const char *str2, size_t len) in lwip_strnicmp() function
H A Ddns.c653 (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 Ddef.h135 #ifndef lwip_strnicmp
137 int lwip_strnicmp(const char* str1, const char* str2, size_t len);
/third_party/lwip/src/apps/netbiosns/
H A Dnetbiosns.c375 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 Dmdns.c474 res = lwip_strnicmp((char *) ptra, (char *) ptrb, len); in mdns_domain_eq()

Completed in 7 milliseconds