Home
last modified time | relevance | path

Searched refs:PF_INET (Results 1 – 13 of 13) sorted by relevance

/glibc-2.36/sysdeps/mach/hurd/
Dif_index.c97 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;
Difreq.c30 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/
Dsocket.h82 #define PF_INET 2 /* IP protocol family. */ macro
115 #define AF_INET PF_INET
/glibc-2.36/bits/
Dsocket.h78 #define PF_INET 2 /* IP protocol family. */ macro
111 #define AF_INET PF_INET
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dsocket.h45 #define PF_INET 2 /* IP protocol family. */ macro
97 #define AF_INET PF_INET
/glibc-2.36/manual/examples/
Dmkisock.c30 sock = socket (PF_INET, SOCK_STREAM, 0); in make_socket()
Dinetcli.c55 sock = socket (PF_INET, SOCK_STREAM, 0); in main()
/glibc-2.36/inet/
Dcheck_pf.c49 if (runp->ifa_addr->sa_family == PF_INET) in __check_pf()
/glibc-2.36/sysdeps/posix/
Dgetaddrinfo.c1270 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/
Dres_send.c816 (PF_INET, in reopen()
/glibc-2.36/manual/
Dsocket.texi347 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/
DChangeLog.135266 The SIOCGIFNETMASK ioctl will work only with a PF_INET socket.
DChangeLog.147546 if only PF_INET address is needed.