Searched refs:accept_connection (Results 1 - 3 of 3) sorted by relevance
| /illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
| H A D | inetd.c | 3183 accept_connection(instance_t *instance, proto_info_t *pi) function 3227 if ((instance->conn_fd = accept_connection(instance, pi)) == -1) {
|
| /illumos-gate/usr/src/cmd/ndmpd/ndmp/ |
| H A D | ndmpd_mover.c | 88 static void accept_connection(void *cookie, int fd, ulong_t mode); 2173 * ndmpd_select will call accept_connection when a 2178 accept_connection) < 0) { 2189 * accept_connection 2205 accept_connection(void *cookie, int fd, ulong_t mode) function 4137 * ndmpd_select will call accept_connection when a
|
| /systemd/src/journal-remote/ |
| H A D | journal-remote.c | 1115 static int accept_connection(const char* type, int fd, function 1174 fd2 = accept_connection("raw", fd, &addr, &hostname);
|
Completed in 82 milliseconds