HomeSort by: relevance | last modified time | path
    Searched refs:listening (Results 1 - 14 of 14) sorted by relevancy

  /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
quic_impl.c 4565 if (ql->listening)
4569 ql->listening = 1;
  /src/external/mpl/bind/dist/bin/tests/system/proxy/ns1/
named.conf.j2 68 allow-query-on { 4.3.2.1; fd0f:99d3:98a7::4321; }; # note, we are *not* listening on the interface
81 # listening on the ports used.
  /src/crypto/external/bsd/openssh/dist/
sshd.c 123 * The sockets that the server is listening; this is used in the SIGHUP
156 * listening sshd process early in their lifespans, before they have
207 * Close all listening sockets
486 /* XXX print listening sockets here too */
836 /* Create socket for listening. */
878 /* Start listening on the port. */
882 logit("Server listening on %s port %s%s%s.",
927 int oactive = -1, listening = 0, lameduck = 0; local
961 * Stay listening for connections until the system crashes or
994 if (listening <= 0)
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
udp.c 214 * Asynchronous 'udplisten' call handler: start listening on a UDP socket.
318 atomic_store(&sock->listening, true);
351 * Asynchronous 'udpstop' call handler: stop listening on a UDP socket.
535 /* On Windows, we have only a single listening listener */
873 * If a caller calls isc_nm_read() on a listening socket, we can
1002 atomic_store(&sock->listening, false);
1029 atomic_store(&sock->listening, false);
tcp.c 613 atomic_store(&sock->listening, true);
1200 atomic_store(&sock->listening, false);
tcpdns.c 579 atomic_store(&sock->listening, true);
1238 atomic_store(&sock->listening, false);
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...]
netmgr.c 694 * is needed to properly start listening on the interfaces, free
1228 * This was a parent socket: destroy the listening
1378 * If we're here then we already stopped listening; otherwise
1379 * we'd have a hanging reference from the listening process.
1512 atomic_init(&sock->listening, 0);
  /src/external/bsd/ntp/dist/ntpd/
ntpd-opts.def 54 listening to broadcasts at run time.
  /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/gpl3/gdb.old/dist/gnulib/
configure 9201 /* The main function of the thread listening for exceptions of type
9234 /* Create the thread listening on the exception port. */
  /src/external/gpl3/gdb/dist/gnulib/
configure 9198 /* The main function of the thread listening for exceptions of type
9231 /* Create the thread listening on the exception port. */

Completed in 85 milliseconds