Searched refs:PF_UNIX (Results 1 – 12 of 12) sorted by relevance
80 #define PF_UNIX PF_LOCAL /* Old BSD name for PF_LOCAL. */ macro113 #define AF_UNIX PF_UNIX
76 #define PF_UNIX PF_LOCAL /* Old BSD name for PF_LOCAL. */ macro109 #define AF_UNIX PF_UNIX
43 #define PF_UNIX PF_LOCAL /* POSIX name for PF_LOCAL. */ macro95 #define AF_UNIX PF_UNIX
538 sock = socket (PF_UNIX, SOCK_STREAM, 0); in nscd_open_socket()
171 sock = __socket (PF_UNIX, SOCK_STREAM | SOCK_CLOEXEC | SOCK_NONBLOCK, 0); in open_socket()
1222 if (socketpair (PF_UNIX, SOCK_STREAM, 0, sp)) in do_test()
336 specification. (The same is true for @code{PF_UNIX}645 @deftypevr Macro int PF_UNIX
2285 * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_UNIX): Update
3314 (PF_UNIX, AF_UNIX): Make aliases for [PA]F_FILE.
5754 instead of PF_UNIX.
10866 * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.