Searched refs:lwip_stricmp (Results 1 - 4 of 4) sorted by relevance

/barrelfish-2018-10-04/lib/lwip2/src/core/
H A Ddef.c121 #ifndef lwip_stricmp
128 lwip_stricmp(const char* str1, const char* str2) function
H A Ddns.c493 if ((lwip_stricmp(entry->name, hostname) == 0) &&
505 if ((lwip_stricmp(local_hostlist_static[i].name, hostname) == 0) &&
535 if (((hostname == NULL) || !lwip_stricmp(entry->name, hostname)) &&
/barrelfish-2018-10-04/include/lwip2/lwip/
H A Ddef.h129 #ifndef lwip_stricmp
131 int lwip_stricmp(const char* str1, const char* str2);
/barrelfish-2018-10-04/lib/lwip2/src/apps/httpd/
H A Dhttpd.c893 if(!lwip_stricmp(g_psHTTPHeaders[content_type].extension, ext)) {
2197 if (!lwip_stricmp(ext, g_pcSSIExtensions[loop])) {

Completed in 99 milliseconds