Home
last modified time | relevance | path

Searched refs:xsocketpair (Results 1 – 8 of 8) sorted by relevance

/dports/net/dhcpcd/dhcpcd-9.4.1/src/
H A Dprivsep-control.c224 if (xsocketpair(AF_UNIX, SOCK_STREAM | SOCK_CXNB, 0, data_fd) == -1 || in ps_ctl_start()
225 xsocketpair(AF_UNIX, SOCK_STREAM | SOCK_CXNB, 0, listen_fd) == -1) in ps_ctl_start()
H A Dif.h223 int xsocketpair(int, int, int, int[2]);
H A Dif.c998 xsocketpair(int domain, int type, int protocol, int fd[2]) in xsocketpair() function
H A Dprivsep.c337 if (xsocketpair(AF_UNIX, SOCK_DGRAM | SOCK_CXNB, 0, fd) == -1) { in ps_dostart()
H A Dprivsep-root.c801 if (xsocketpair(AF_UNIX, SOCK_DGRAM | SOCK_CXNB, 0, logfd) == -1) in ps_root_start()
H A Ddhcpcd.c2289 if (xsocketpair(AF_UNIX, SOCK_DGRAM | SOCK_CXNB, 0, fork_fd) == -1 || in main()
2291 xsocketpair(AF_UNIX, SOCK_DGRAM | SOCK_CXNB, 0, stderr_fd) == -1)) in main()
/dports/www/kcgi/kcgi-0.13.0/
H A Dkfcgi.c214 xsocketpair(int *sock) in xsocketpair() function
260 if ( ! xsocketpair(pair)) in varpool_start()
/dports/www/libmicrohttpd/libmicrohttpd-0.9.74/
H A Dconfigure.ac1680 AS_IF([[test "x$enable_itc" = "xsocketpair" || test "x$enable_itc" = "xauto"]], [