Searched refs:PF_LOCAL (Results 1 – 12 of 12) sorted by relevance
/glibc-2.36/sysdeps/mach/hurd/bits/ ! |
D | socket.h | 79 #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
|
/glibc-2.36/bits/ ! |
D | socket.h | 75 #define PF_LOCAL 1 /* Local to host (pipes and file-domain). */ macro 76 #define PF_UNIX PF_LOCAL /* Old BSD name for PF_LOCAL. */ 77 #define PF_FILE PF_LOCAL /* POSIX name for PF_LOCAL. */ 108 #define AF_LOCAL PF_LOCAL
|
/glibc-2.36/sysdeps/unix/sysv/linux/bits/ ! |
D | socket.h | 42 #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
|
/glibc-2.36/sysdeps/mach/hurd/ ! |
D | pipe2.c | 47 result = __socketpair (PF_LOCAL, SOCK_STREAM | flags, S_IFIFO, fds); in __pipe2() 54 return __socketpair (PF_LOCAL, SOCK_STREAM | flags, 0, fds); in __pipe2()
|
/glibc-2.36/manual/examples/ ! |
D | mkfsock.c | 34 sock = socket (PF_LOCAL, SOCK_DGRAM, 0); in make_named_socket()
|
/glibc-2.36/manual/ ! |
D | socket.texi | 326 (@code{PF_LOCAL} is the name of that namespace.) @xref{Local Namespace 337 vs. @code{PF_LOCAL}). 342 (@code{PF_FILE} is likewise a synonym for @code{PF_LOCAL}.) 587 symbolic name (required when you create a socket) is @code{PF_LOCAL}. 635 @code{PF_LOCAL} as the @var{namespace} argument to @code{socket} or 638 @deftypevr Macro int PF_LOCAL 641 names, and its associated family of protocols. @code{PF_LOCAL} is the 647 This is a synonym for @code{PF_LOCAL}, for compatibility's sake. 652 This is a synonym for @code{PF_LOCAL}, for compatibility's sake. 2197 the namespace; it must be @code{PF_LOCAL} (@pxref{Local Namespace}) or
|
/glibc-2.36/ChangeLog.old/ ! |
D | ChangeLog.3 | 127 * socket/sys/socket.h (PF_LOCAL): Define in preference to PF_FILE.
|
D | ChangeLog.4 | 1131 * sysdeps/mach/hurd/__pipe.c (__pipe): Use PF_LOCAL instead
|
D | ChangeLog.8 | 5753 * manual/examples/mkfsock.c (make_named_socket): Use PF_LOCAL
|
D | ChangeLog.7 | 12256 * sysdeps/generic/socketbits.h: Add PF_FILE as synonym for PF_LOCAL
|
/glibc-2.36/ ! |
D | NEWS | 3799 [20444] hurd: recvmsg: PF_LOCAL sockets and msg_name lead to SIGLOST
|
/glibc-2.36/posix/ ! |
D | tst-regex.input | 5753 * manual/examples/mkfsock.c (make_named_socket): Use PF_LOCAL
|