/external/dbus/dbus/ |
D | sd-daemon.c | 160 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()
|
D | sd-daemon.h | 140 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/ |
D | sd-daemon.c | 165 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()
|
D | sd-daemon.h | 148 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/ |
D | OpenSSLSocketImplTest.java | 332 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/ |
D | Connector-mbean.properties | 28 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/ |
D | dev.h | 34 int (*listening)(void); member
|
D | dev.c | 54 return ctx->dev->listening(); in dev_listening()
|
/external/curl/tests/data/ |
D | test19 | 24 attempt connect to non-listening socket
|
D | test705 | 23 Attempt connect to non-listening SOCKS5 proxy
|
D | test704 | 23 Attempt connect to non-listening SOCKS4 proxy
|
D | test703 | 26 Attempt connect to non-listening HTTP server via SOCKS5 proxy
|
D | test702 | 26 Attempt connect to non-listening HTTP server via SOCKS4 proxy
|
D | test1233 | 11 # Assuming there's nothing listening on port 1
|
/external/autotest/client/site_tests/login_LoginSuccess/ |
D | control.stress3 | 16 works correctly. This includes listening to DBus to verify that the session_manager
|
D | control.stress2 | 16 works correctly. This includes listening to DBus to verify that the session_manager
|
D | control.stress5 | 16 works correctly. This includes listening to DBus to verify that the session_manager
|
D | control.stress4 | 16 works correctly. This includes listening to DBus to verify that the session_manager
|
D | control.stress | 16 works correctly. This includes listening to DBus to verify that the session_manager
|
D | control | 17 This includes listening to DBus to verify that the session_manager announces the
|
/external/autotest/client/site_tests/security_NetworkListeners/ |
D | control | 13 Fail if the list of processes listening on the network doesn't match the
|
/external/bison/m4/ |
D | nocrash.m4 | 30 /* 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/ |
D | README.md | 6 …s you to start a server in an arbitrary address and port. Telnet to the listening port and you wil…
|
/external/fio/ |
D | README | 274 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/ |
D | udev.c | 171 dev->listening = udev_listening; in dev_init()
|