Searched refs:accept_fd (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dpass_accept.c59 int accept_fd; local
62 accept_fd = LOCAL_ACCEPT(listen_fd);
63 if (accept_fd < 0) {
68 if (read_wait(accept_fd, PASS_ACCEPT_TMOUT) < 0)
70 else if ((recv_fd = LOCAL_RECV_FD(accept_fd)) < 0)
72 if (close(accept_fd) < 0)
83 int accept_fd; local
87 accept_fd = LOCAL_ACCEPT(listen_fd);
88 if (accept_fd < 0) {
93 if (read_wait(accept_fd, PASS_ACCEPT_TMOU
[all...]
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dstream.c474 static int uv__emfile_trick(uv_loop_t* loop, int accept_fd) { argument
485 err = uv__accept(accept_fd);

Completed in 85 milliseconds