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

/httpd/server/
H A Dvhost.c584 char inaddr_any[16] = {0}; /* big enough to handle IPv4 or IPv6 */ local
586 if (!memcmp(sar->host_addr->ipaddr_ptr, inaddr_any, sar->host_addr->ipaddr_len)) {
590 if (!sar_prev || memcmp(sar_prev->host_addr->ipaddr_ptr, inaddr_any, sar_prev->host_addr->ipaddr_len)

Completed in 12 milliseconds