Home
last modified time | relevance | path

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

123456789

/external/dbus/dbus/
Dsd-daemon.c160 static int sd_is_socket_internal(int fd, int type, int listening) { in sd_is_socket_internal() argument
186 if (listening >= 0) { in sd_is_socket_internal()
196 if (!accepting != !listening) in sd_is_socket_internal()
211 int sd_is_socket(int fd, int family, int type, int listening) { in sd_is_socket() argument
217 if ((r = sd_is_socket_internal(fd, type, listening)) <= 0) in sd_is_socket()
239 int sd_is_socket_inet(int fd, int family, int type, int listening, uint16_t port) { in sd_is_socket_inet() argument
247 if ((r = sd_is_socket_internal(fd, type, listening)) <= 0) in sd_is_socket_inet()
284 int sd_is_socket_unix(int fd, int type, int listening, const char *path, size_t length) { in sd_is_socket_unix() argument
289 if ((r = sd_is_socket_internal(fd, type, listening)) <= 0) in sd_is_socket_unix()
Dsd-daemon.h140 int sd_is_socket(int fd, int family, int type, int listening) _sd_hidden_;
154 int sd_is_socket_inet(int fd, int family, int type, int listening, uint16_t port) _sd_hidden_;
170 int sd_is_socket_unix(int fd, int type, int listening, const char *path, size_t length) _sd_hidden_;
/external/avahi/avahi-daemon/
Dsd-daemon.c165 static int sd_is_socket_internal(int fd, int type, int listening) { in sd_is_socket_internal() argument
191 if (listening >= 0) { in sd_is_socket_internal()
201 if (!accepting != !listening) in sd_is_socket_internal()
216 int sd_is_socket(int fd, int family, int type, int listening) { in sd_is_socket() argument
222 if ((r = sd_is_socket_internal(fd, type, listening)) <= 0) in sd_is_socket()
244 int sd_is_socket_inet(int fd, int family, int type, int listening, uint16_t port) { in sd_is_socket_inet() argument
252 if ((r = sd_is_socket_internal(fd, type, listening)) <= 0) in sd_is_socket_inet()
289 int sd_is_socket_unix(int fd, int type, int listening, const char *path, size_t length) { in sd_is_socket_unix() argument
294 if ((r = sd_is_socket_internal(fd, type, listening)) <= 0) in sd_is_socket_unix()
Dsd-daemon.h148 int sd_is_socket(int fd, int family, int type, int listening) _sd_hidden_;
162 int sd_is_socket_inet(int fd, int family, int type, int listening, uint16_t port) _sd_hidden_;
178 int sd_is_socket_unix(int fd, int type, int listening, const char *path, size_t length) _sd_hidden_;
/external/conscrypt/src/test/java/org/conscrypt/
DOpenSSLSocketImplTest.java332 ServerSocket listening = new ServerSocket(0); in test_setSoTimeout_doesNotCreateSocketImpl() local
333 Socket underlying = new Socket(listening.getInetAddress(), listening.getLocalPort()); in test_setSoTimeout_doesNotCreateSocketImpl()
338 OpenSSLSocketImpl simpl = cons.newInstance(underlying, null, listening.getLocalPort(), in test_setSoTimeout_doesNotCreateSocketImpl()
/external/jetty/src/resources/org/eclipse/jetty/server/jmx/
DConnector-mbean.properties28 open(): Open the listening port
29 close(): Close the listening port (but allow existing connections to continue for graceful shutdown)
/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
Dtest70326 Attempt connect to non-listening HTTP server via SOCKS5 proxy
Dtest70226 Attempt connect to non-listening HTTP server via SOCKS4 proxy
Dtest123311 # Assuming there's nothing listening on port 1
/external/autotest/client/site_tests/login_LoginSuccess/
Dcontrol.stress316 works correctly. This includes listening to DBus to verify that the session_manager
Dcontrol.stress216 works correctly. This includes listening to DBus to verify that the session_manager
Dcontrol.stress516 works correctly. This includes listening to DBus to verify that the session_manager
Dcontrol.stress416 works correctly. This includes listening to DBus to verify that the session_manager
Dcontrol.stress16 works correctly. This includes listening to DBus to verify that the session_manager
Dcontrol17 This includes listening to DBus to verify that the session_manager announces the
/external/autotest/client/site_tests/security_NetworkListeners/
Dcontrol13 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/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/fio/
DREADME274 Start a fio server, listening on all interfaces on the default port (8765).
278 Start a fio server, listening on IP belonging to hostname and on port 4444.
282 Start a fio server, listening on IPv6 localhost ::1 and on port 4444.
286 Start a fio server, listening on all interfaces on port 4444.
290 Start a fio server, listening on IP 1.2.3.4 on the default port.
294 Start a fio server, listening on the local socket /tmp/fio.sock.
/external/dhcpcd-6.8.2/dev/
Dudev.c171 dev->listening = udev_listening; in dev_init()

123456789