Home
last modified time | relevance | path

Searched refs:lwip_strnicmp (Results 1 – 6 of 6) sorted by relevance

/third_party/lwip/src/core/
Ddef.c156 #ifndef lwip_strnicmp
163 lwip_strnicmp(const char *str1, const char *str2, size_t len) in lwip_strnicmp() function
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/
Ddef.h135 #ifndef lwip_strnicmp
137 int lwip_strnicmp(const char* str1, const char* str2, size_t len);
/third_party/lwip/src/apps/netbiosns/
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/doc/
Dmdns.txt36 'lwip_strnicmp' to it. Otherwise the code will provide an implementation
/third_party/lwip/src/apps/mdns/
Dmdns.c474 res = lwip_strnicmp((char *) ptra, (char *) ptrb, len); in mdns_domain_eq()