Home
last modified time | relevance | path

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

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_config.h7 #ifndef INADDR_NONE
8 # define INADDR_NONE (-1) macro
H A Dfastcgi.c87 #ifndef INADDR_NONE
88 #define INADDR_NONE ((unsigned long) -1) macro
/PHP-5.5/win32/
H A Dinet.c6 if (inp->s_addr == INADDR_NONE) { in inet_aton()
H A Dsendmail.c952 if ((lAddr == INADDR_NONE) && (strcmp(szHost, "255.255.255.255"))) { in GetAddr()
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c88 #ifndef INADDR_NONE
89 #define INADDR_NONE ((unsigned long) -1) macro
615 if (sa.sa_inet.sin_addr.s_addr == INADDR_NONE) { in fcgi_listen()
716 if (allowed_clients[n] == INADDR_NONE) { in fcgi_listen()
722 allowed_clients[n] = INADDR_NONE; in fcgi_listen()
1201 while (allowed_clients[n] != INADDR_NONE) {
/PHP-5.5/ext/filter/
H A Dlogical_filters.c33 #ifndef INADDR_NONE
34 # define INADDR_NONE ((unsigned long int) -1) macro
/PHP-5.5/ext/standard/
H A Dbasic_functions.c101 #ifndef INADDR_NONE
102 #define INADDR_NONE ((unsigned long int) -1) macro
3964 if (addr_len == 0 || (ip = inet_addr(addr)) == INADDR_NONE) { in PHP_FUNCTION()

Completed in 44 milliseconds