Searched refs:PF_INET (Results 1 – 13 of 13) sorted by relevance
/glibc-2.36/sysdeps/mach/hurd/ |
D | if_index.c | 97 server = _hurd_socket_server (PF_INET, 0); in weak_alias() 108 server = _hurd_socket_server (PF_INET, 1); in weak_alias() 198 *have_inet = _hurd_socket_server (PF_INET, 0) != MACH_PORT_NULL;
|
D | ifreq.c | 30 server = _hurd_socket_server (PF_INET, 0); in __ifreq() 46 server = _hurd_socket_server (PF_INET, 1); in __ifreq()
|
/glibc-2.36/sysdeps/mach/hurd/bits/ |
D | socket.h | 82 #define PF_INET 2 /* IP protocol family. */ macro 115 #define AF_INET PF_INET
|
/glibc-2.36/bits/ |
D | socket.h | 78 #define PF_INET 2 /* IP protocol family. */ macro 111 #define AF_INET PF_INET
|
/glibc-2.36/sysdeps/unix/sysv/linux/bits/ |
D | socket.h | 45 #define PF_INET 2 /* IP protocol family. */ macro 97 #define AF_INET PF_INET
|
/glibc-2.36/manual/examples/ |
D | mkisock.c | 30 sock = socket (PF_INET, SOCK_STREAM, 0); in make_socket()
|
D | inetcli.c | 55 sock = socket (PF_INET, SOCK_STREAM, 0); in main()
|
/glibc-2.36/inet/ |
D | check_pf.c | 49 if (runp->ifa_addr->sa_family == PF_INET) in __check_pf()
|
/glibc-2.36/sysdeps/posix/ |
D | getaddrinfo.c | 1270 else if (in6->sin6_family == PF_INET) in get_scope() 1388 if (in6->sin6_family == PF_INET) in match_prefix() 1627 if (a1->dest_addr->ai_family == PF_INET) in rfc3484_sort() 1629 assert (a1->source_addr.sin6_family == PF_INET); in rfc3484_sort() 1630 assert (a2->source_addr.sin6_family == PF_INET); in rfc3484_sort() 2338 local_hints.ai_family = seen_ipv4 ? PF_INET : PF_INET6; in getaddrinfo() 2342 else if ((hints->ai_family == PF_INET && ! seen_ipv4) in getaddrinfo()
|
/glibc-2.36/resolv/ |
D | res_send.c | 816 (PF_INET, in reopen()
|
/glibc-2.36/manual/ |
D | socket.texi | 347 namespace. (@code{PF_INET} is the name of that namespace.) 715 @code{PF_INET} of this namespace as the @var{namespace} argument to 720 @deftypevr Macro int PF_INET 2198 @code{PF_INET} (@pxref{Internet Namespace}). @var{protocol}
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.13 | 5266 The SIOCGIFNETMASK ioctl will work only with a PF_INET socket.
|
D | ChangeLog.14 | 7546 if only PF_INET address is needed.
|