Searched refs:lwip_stricmp (Results 1 – 4 of 4) sorted by relevance
121 #ifndef lwip_stricmp128 lwip_stricmp(const char *str1, const char *str2) in lwip_stricmp() function
524 if ((lwip_stricmp(entry->name, hostname) == 0) && in dns_lookup_local()536 if ((lwip_stricmp(local_hostlist_static[i].name, hostname) == 0) && in dns_lookup_local()566 if (((hostname == NULL) || !lwip_stricmp(entry->name, hostname)) && in dns_local_removehost()
139 #ifndef lwip_stricmp141 int lwip_stricmp(const char* str1, const char* str2);
906 if (!lwip_stricmp(g_psHTTPHeaders[content_type].extension, ext)) {2169 if (!lwip_stricmp(ext, g_pcSSIExtensions[loop])) {