Searched refs:PF_UNIX (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dsocket.c44 #define DEFF "PF_UNIX"
52 if (strcmp("PF_UNIX", name) == 0) {
53 return (PF_UNIX);
H A Dsocketpair.c97 if (socketpair(PF_UNIX, SOCK_STREAM, 0, &ts->ts_fds[i])
H A Dselect.c138 if (socketpair(PF_UNIX, SOCK_STREAM, 0, pair) == -1) {
H A Dpoll.c138 if (socketpair(PF_UNIX, SOCK_STREAM, 0, pair) == -1) {
H A Dpipe.c448 if (socketpair(PF_UNIX, SOCK_STREAM, 0, s) == -1) {
/darwin-on-arm/xnu/bsd/sys/
H A Dsocket.h509 #define PF_UNIX PF_LOCAL /* backward compatibility */ macro

Completed in 28 milliseconds