Home
last modified time | relevance | path

Searched refs:AF_LOCAL (Results 1 – 21 of 21) sorted by relevance

/glibc-2.36/inet/
Dgetnameinfo.c425 case AF_LOCAL: in gni_host()
492 case AF_LOCAL: in gni_serv()
516 case AF_LOCAL: in getnameinfo()
/glibc-2.36/support/
Dsupport_format_address_family.c32 case AF_LOCAL: in support_format_address_family()
/glibc-2.36/socket/
Dsa_len.c93 case AF_LOCAL: in __libc_sa_len()
/glibc-2.36/manual/examples/
Dmkfsock.c42 name.sun_family = AF_LOCAL; in make_named_socket()
Dfilecli.c44 name.sun_family = AF_LOCAL; in main()
/glibc-2.36/sysdeps/mach/hurd/
Dconnect.c40 if (addr->sun_family == AF_LOCAL) in __connect()
Dsendto.c50 if (addr->sun_family == AF_LOCAL) in __sendto()
Dbind.c38 if (addr->sun_family == AF_LOCAL) in __bind()
Dsendmsg.c154 if (addr->sun_family == AF_LOCAL) in __libc_sendmsg()
/glibc-2.36/sysdeps/mach/hurd/bits/
Dsocket.h112 #define AF_LOCAL PF_LOCAL macro
/glibc-2.36/bits/
Dsocket.h108 #define AF_LOCAL PF_LOCAL macro
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dsocket.h94 #define AF_LOCAL PF_LOCAL macro
/glibc-2.36/manual/
Dsocket.texi323 @item AF_LOCAL
332 This is a synonym for @code{AF_LOCAL}. Although @code{AF_LOCAL} is
341 This is another synonym for @code{AF_LOCAL}, for compatibility.
667 You should store the value @code{AF_LOCAL} to designate the local
2316 @code{AF_LOCAL} (@pxref{Local Namespace}); @var{protocol} specifies the
/glibc-2.36/ChangeLog.old/
DChangeLog.42078 * socket/sys/socket.h (AF_LOCAL): New macro.
2103 * sysdeps/mach/hurd/bind.c: For AF_LOCAL, create a new node in the
2106 * sysdeps/mach/hurd/connect.c: For AF_LOCAL, look up the socket
DChangeLog.55026 * sysdeps/mach/hurd/bind.c (bind): Ensure NAME for the AF_LOCAL
5688 The redecl is kosher and avoids another variable for AF_LOCAL case.
7699 resolve AF_LOCAL addresses.
DChangeLog.85756 * manual/examples/filecli.c (main): Use AF_LOCAL
6166 * manual/examples/mkfsock.c (make_named_socket): Use AF_LOCAL
DChangeLog.104611 versus AF_LOCAL.
DChangeLog.1112573 AF_INET and AF_INET6 directly as well as AF_LOCAL, since those are the
DChangeLog.712257 and AF_FILE as synonym for AF_LOCAL.
DChangeLog.197520 (support_format_address_family): Handle AF_LOCAL, AF_UNSPEC.
/glibc-2.36/posix/
Dtst-regex.input5756 * manual/examples/filecli.c (main): Use AF_LOCAL
6166 * manual/examples/mkfsock.c (make_named_socket): Use AF_LOCAL