Home
last modified time | relevance | path

Searched refs:listening (Results 1 – 25 of 201) sorted by relevance

123456789

/external/strace/tests-m32/
Dcreate_nl_socket.c46 int listening; in create_nl_socket_ext() local
47 len = sizeof(listening); in create_nl_socket_ext()
48 if (getsockopt(fd, SOL_SOCKET, SO_ACCEPTCONN, &listening, &len)) in create_nl_socket_ext()
/external/strace/tests-mx32/
Dcreate_nl_socket.c46 int listening; in create_nl_socket_ext() local
47 len = sizeof(listening); in create_nl_socket_ext()
48 if (getsockopt(fd, SOL_SOCKET, SO_ACCEPTCONN, &listening, &len)) in create_nl_socket_ext()
/external/strace/tests/
Dcreate_nl_socket.c46 int listening; in create_nl_socket_ext() local
47 len = sizeof(listening); in create_nl_socket_ext()
48 if (getsockopt(fd, SOL_SOCKET, SO_ACCEPTCONN, &listening, &len)) in create_nl_socket_ext()
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DConscryptSocketTest.java374 ServerSocket listening = newServerSocket(); in test_setSoTimeout_doesNotCreateSocketImpl() local
375 Socket underlying = new Socket(listening.getInetAddress(), listening.getLocalPort()); in test_setSoTimeout_doesNotCreateSocketImpl()
378 .createSocket(underlying, null, listening.getLocalPort(), false); in test_setSoTimeout_doesNotCreateSocketImpl()
/external/dhcpcd-6.8.2/
Ddev.h34 int (*listening)(void); member
Ddev.c54 return ctx->dev->listening(); in dev_listening()
/external/curl/tests/data/
Dtest1924 attempt connect to non-listening socket
Dtest70523 Attempt connect to non-listening SOCKS5 proxy
Dtest70423 Attempt connect to non-listening SOCKS4 proxy
Dtest70226 Attempt connect to non-listening HTTP server via SOCKS4 proxy
Dtest70326 Attempt connect to non-listening HTTP server via SOCKS5 proxy
Dtest123311 # Assuming there's nothing listening on port 1
/external/autotest/client/site_tests/security_NetworkListeners/
Dcontrol13 Fail if the list of processes listening on the network doesn't match the
Dcontrol.bvt-arc13 Fail if the list of processes listening on the network doesn't match the
/external/bison/m4/
Dnocrash.m430 /* The main function of the thread listening for exceptions of type
63 /* Create the thread listening on the exception port. */
/external/autotest/client/site_tests/login_LoginSuccess/
Dcontrol.stress215 works correctly. This includes listening to DBus to verify that the session_manager
Dcontrol.stress315 works correctly. This includes listening to DBus to verify that the session_manager
Dcontrol.stress15 works correctly. This includes listening to DBus to verify that the session_manager
Dcontrol16 This includes listening to DBus to verify that the session_manager announces the
/external/autotest/client/site_tests/security_DeviceJail_AllowDeny/
Dcontrol17 permission from the server listening on /dev/jail-request, or is denied
/external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/
DREADME.md6 …s you to start a server in an arbitrary address and port. Telnet to the listening port and you wil…
/external/dhcpcd-6.8.2/dev/
Dudev.c171 dev->listening = udev_listening; in dev_init()
/external/python/cpython2/Doc/library/
Dasyncore.rst92 | ``handle_accept()`` | Implied by a read event on a listening |
148 Called on listening channels (passive openers) when a connection can be
220 Accept a connection. The socket must be bound to an address and listening
226 which case the server should just ignore this event and keep listening
/external/sonic/
DREADME9 experience of listening to an audio book on an Android phone.
/external/iptables/extensions/
Dlibxt_socket.man2 packet. It matches if there is an established or non\-zero bound listening

123456789