Home
last modified time | relevance | path

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

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_config.h6 #ifndef INADDR_NONE
7 # define INADDR_NONE (-1) macro
/PHP-7.4/win32/
H A Dinet.c24 if (inp->s_addr == INADDR_NONE) { in inet_aton()
H A Dsendmail.c999 if ((lAddr == INADDR_NONE) && (strcmp(szHost, "255.255.255.255"))) { in GetAddr()
/PHP-7.4/ext/filter/
H A Dlogical_filters.c32 #ifndef INADDR_NONE
33 # define INADDR_NONE ((unsigned long int) -1) macro
/PHP-7.4/main/
H A Dfastcgi.c86 #ifndef INADDR_NONE
87 #define INADDR_NONE ((unsigned long) -1) macro
694 if (sa.sa_inet.sin_addr.s_addr == INADDR_NONE) { in fcgi_listen()
/PHP-7.4/ext/standard/
H A Dbasic_functions.c93 #ifndef INADDR_NONE
94 #define INADDR_NONE ((zend_ulong) -1) macro
4010 if (addr_len == 0 || (ip = inet_addr(addr)) == INADDR_NONE) { in PHP_FUNCTION()

Completed in 65 milliseconds