Home
last modified time | relevance | path

Searched refs:PF_LOCAL (Results 1 – 3 of 3) sorted by relevance

/sysdeps/mach/hurd/
A Dpipe2.c47 result = __socketpair (PF_LOCAL, SOCK_STREAM | flags, S_IFIFO, fds); in __pipe2()
54 return __socketpair (PF_LOCAL, SOCK_STREAM | flags, 0, fds); in __pipe2()
/sysdeps/mach/hurd/bits/
A Dsocket.h79 #define PF_LOCAL 1 /* Local to host (pipes and file-domain). */ macro
80 #define PF_UNIX PF_LOCAL /* Old BSD name for PF_LOCAL. */
81 #define PF_FILE PF_LOCAL /* POSIX name for PF_LOCAL. */
112 #define AF_LOCAL PF_LOCAL
/sysdeps/unix/sysv/linux/bits/
A Dsocket.h42 #define PF_LOCAL 1 /* Local to host (pipes and file-domain). */ macro
43 #define PF_UNIX PF_LOCAL /* POSIX name for PF_LOCAL. */
44 #define PF_FILE PF_LOCAL /* Another non-standard name for PF_LOCAL. */
94 #define AF_LOCAL PF_LOCAL

Completed in 6 milliseconds