Home
last modified time | relevance | path

Searched refs:send_fd (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/tests/net/fdpass/
H A Dfdpass.c47 send_fd(int sock, int fd) in send_fd() function
208 send_fd(s[0], fd); in main()
/netbsd-src/dist/pf/sbin/pflogd/
H A Dpflogd.h50 void send_fd(int, int);
H A Dprivsep_fdpass.c51 send_fd(int sock, int fd) in send_fd() function
H A Dprivsep.c167 send_fd(socks[0], fd); in priv_init()
/netbsd-src/external/bsd/libpcap/dist/
H A Ddlpisubs.h18 int send_fd; member
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dprivsep.c82 static int send_fd(int, int);
582 if (send_fd(privsep_sock[0], s) < 0) { in privsep_init()
1224 if (send_fd(privsep_sock[1], s) < 0)
1303 if (send_fd(privsep_sock[1], s) < 0)
1586 send_fd(s, fd) in send_fd() function