| /src/external/bsd/dhcpcd/dist/src/ |
| dev.h | 35 int (*listening)(void); member in struct:dev
|
| /src/crypto/external/apache2/openssl/dist/ssl/quic/ |
| quic_local.h | 257 /* Have we started listening yet? */ 258 unsigned int listening : 1; member in struct:quic_listener_st
|
| /src/crypto/external/bsd/openssh/dist/ |
| sshd.c | 125 * The sockets that the server is listening; this is used in the SIGHUP 158 * listening sshd process early in their lifespans, before they have 209 * Close all listening sockets 482 /* XXX print listening sockets here too */ 832 /* Create socket for listening. */ 874 /* Start listening on the port. */ 878 logit("Server listening on %s port %s%s%s.", 923 int oactive = -1, listening = 0, lameduck = 0; local 957 * Stay listening for connections until the system crashes or 990 if (listening <= 0) [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/ |
| daemon.c | 102 static volatile sig_atomic_t listening = 1; /* 0 when slap_listeners closed */ variable 1177 if ( emfile && listening ) { 2049 if ( !listening ) 2051 listening = 0; 2165 /* Stop listening until an existing session closes */ 2456 * listening port. The listen() and accept() calls 2588 * we are already listening to in6addr_any, then we want to ignore 2609 /* We are already listening to in6addr_any */ 2612 "already listening on ::, assuming IPv4 included\n" ); 2631 /* make the listening socket non-blocking * [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/ |
| netmgr-int.h | 682 * stop listening; that means no other thread can do the same thing 719 * dup'd/SO_REUSE_PORT-using sockets listening on the same interface. 767 * TCP client quota, stored in listening sockets but only 818 /*% Number of running (e.g. listening) child sockets */ 822 * Socket is active if it's listening, working, etc. If it's 837 atomic_bool listening; member in struct:isc_nmsocket 880 * Used to wait for TCP listening events to complete, and 895 * children sockets in netthreads are initialized and the listening 903 * listening socket, and then detach it in the parent thread, but that 1166 * Stop listening on 'sock' [all...] |