Home
last modified time | relevance | path

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

/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_config.h7 #ifndef INADDR_NONE
8 # define INADDR_NONE (-1) macro
H A Dfastcgi.c89 #ifndef INADDR_NONE
90 #define INADDR_NONE ((unsigned long) -1) macro
270 if (allowed_clients[n] == INADDR_NONE) { in fcgi_set_allowed_clients()
276 allowed_clients[n] = INADDR_NONE; in fcgi_set_allowed_clients()
815 while (allowed_clients[n] != INADDR_NONE) {
H A Dfpm_sockets.c281 if (sa_in.sin_addr.s_addr == INADDR_NONE) { /* do resolve */ in fpm_socket_af_inet_listening_socket()
/PHP-5.3/win32/
H A Dinet.c82 if (inp->s_addr == INADDR_NONE) { in inet_aton()
H A Dsendmail.c951 if ((lAddr == INADDR_NONE) && (strcmp(szHost, "255.255.255.255"))) { in GetAddr()
/PHP-5.3/sapi/cgi/
H A Dfastcgi.c83 #ifndef INADDR_NONE
84 #define INADDR_NONE ((unsigned long) -1) macro
387 if (sa.sa_inet.sin_addr.s_addr == INADDR_NONE) { in fcgi_listen()
484 if (allowed_clients[n] == INADDR_NONE) { in fcgi_listen()
490 allowed_clients[n] = INADDR_NONE; in fcgi_listen()
977 while (allowed_clients[n] != INADDR_NONE) {
/PHP-5.3/ext/filter/
H A Dlogical_filters.c33 #ifndef INADDR_NONE
34 # define INADDR_NONE ((unsigned long int) -1) macro
/PHP-5.3/ext/standard/
H A Dbasic_functions.c102 #ifndef INADDR_NONE
103 #define INADDR_NONE ((unsigned long int) -1) macro
3937 if (addr_len == 0 || (ip = inet_addr(addr)) == INADDR_NONE) { in PHP_FUNCTION()

Completed in 38 milliseconds