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

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dpass_accept.c60 int recv_fd = -1; local
70 else if ((recv_fd = LOCAL_RECV_FD(accept_fd)) < 0)
74 return (recv_fd);
84 int recv_fd = -1; local
95 else if ((recv_fd = LOCAL_RECV_FD(accept_fd)) < 0)
100 if (close(recv_fd) < 0)
102 recv_fd = -1;
106 return (recv_fd);
/netbsd-current/tests/net/fdpass/
H A Dfdpass.c99 recv_fd(int sock) function
220 fd = recv_fd(s[1]);

Completed in 90 milliseconds