Searched refs:xsocketpair (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/bsd/dhcpcd/dist/src/ |
| H A D | privsep-control.c | 227 if (xsocketpair(AF_UNIX, SOCK_STREAM | SOCK_CXNB, 0, work_fd) == -1 || in ps_ctl_start() 228 xsocketpair(AF_UNIX, SOCK_STREAM | SOCK_CXNB, 0, listen_fd) == -1) in ps_ctl_start()
|
| H A D | if.h | 252 int xsocketpair(int, int, int, int[2]);
|
| H A D | privsep-root.c | 884 if (xsocketpair(AF_UNIX, SOCK_SEQPACKET | SOCK_CXNB, 0, logfd) == -1) in ps_root_start() 891 if (xsocketpair(AF_UNIX, SOCK_SEQPACKET | SOCK_CXNB, 0, datafd) == -1) in ps_root_start()
|
| H A D | if.c | 1012 xsocketpair(int domain, int type, int protocol, int fd[2]) in xsocketpair() function
|
| H A D | privsep.c | 352 if (xsocketpair(AF_UNIX, SOCK_SEQPACKET | SOCK_CXNB, 0, fd) == -1) { in ps_startprocess()
|
| H A D | dhcpcd.c | 2404 if (xsocketpair(AF_UNIX, SOCK_SEQPACKET|SOCK_CXNB, 0, fork_fd) == -1) { in main()
|