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

/haiku/src/apps/poorman/
H A DPoorManServer.cpp99 fHttpdServer->listen4_fd = httpd_initialize_listen_socket(&sa4);
108 if (fHttpdServer->listen4_fd == -1 && fHttpdServer->listen6_fd == -1)
222 fds[0].fd = s->fHttpdServer->listen4_fd;
228 // Wait for listen4_fd or listen6_fd (or both!) to become ready:
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.h84 int listen4_fd, listen6_fd; member in struct:__anon18
H A Dlibhttpd.c352 hs->listen4_fd = -1;
354 hs->listen4_fd = initialize_listen_socket( sa4P );*/
356 /*if ( hs->listen4_fd == -1 && hs->listen6_fd == -1 )
372 // httpd_ntoa( hs->listen4_fd != -1 ? sa4P : sa6P ),
484 if ( hs->listen4_fd != -1 )
486 (void) close( hs->listen4_fd );
487 hs->listen4_fd = -1;

Completed in 96 milliseconds