Home
last modified time | relevance | path

Searched refs:PF_UNSPEC (Results 1 – 25 of 35) sorted by relevance

12

/dragonfly/lib/libc/net/
H A Drcmdsh.c88 hints.ai_family = PF_UNSPEC; in rcmdsh()
106 if (_socketpair(AF_UNIX, SOCK_STREAM, PF_UNSPEC, sp) == -1) { in rcmdsh()
H A Dgetaddrinfo.c167 { PF_UNSPEC, SOCK_DGRAM, IPPROTO_UDP, "udp", 0x07 },
168 { PF_UNSPEC, SOCK_STREAM, IPPROTO_TCP, "tcp", 0x07 },
169 { PF_UNSPEC, SOCK_RAW, ANY, NULL, 0x05 },
315 ((x) == (y) || (/*CONSTCOND*/(w) && ((x) == PF_UNSPEC || (y) == PF_UNSPEC)))
369 pai->ai_family = PF_UNSPEC; in getaddrinfo()
387 case PF_UNSPEC: in getaddrinfo()
430 if (pai->ai_family == PF_UNSPEC) { in getaddrinfo()
451 if (ex->e_af == PF_UNSPEC) in getaddrinfo()
461 if (pai->ai_family == PF_UNSPEC) in getaddrinfo()
1361 if (af == PF_UNSPEC) in find_afd()
[all …]
H A Drcmd.c374 hints.ai_family = PF_UNSPEC; in ruserok()
/dragonfly/contrib/libpcap/
H A Dnametoaddr.c204 hints.ai_family = PF_UNSPEC; in pcap_nametoaddrinfo()
340 hints.ai_family = PF_UNSPEC; in pcap_nametoport()
384 hints.ai_family = PF_UNSPEC; in pcap_nametoport()
/dragonfly/contrib/tcp_wrappers/
H A Dscaffold.c89 hints.ai_family = PF_UNSPEC;
96 hints.ai_family = PF_UNSPEC;
/dragonfly/sbin/rconfig/
H A Dsubs.c103 if ((fd = socket(AF_INET, SOCK_DGRAM, PF_UNSPEC)) < 0) { in udp_transact()
170 if ((fd = socket(AF_INET, SOCK_STREAM, PF_UNSPEC)) < 0) { in tcp_transact()
H A Dserver.c83 if ((lfd = socket(AF_INET, SOCK_STREAM, PF_UNSPEC)) < 0) { in doServer()
116 if ((lfd = socket(AF_INET, SOCK_DGRAM, PF_UNSPEC)) < 0) { in doServer()
/dragonfly/test/sysperf/
H A Dsocketpair.c59 if (socketpair(AF_LOCAL, SOCK_STREAM, PF_UNSPEC, fds)) { in main()
/dragonfly/tools/tools/netrate/netblast/
H A Dnetblast.c154 hints.ai_family = PF_UNSPEC; in main()
/dragonfly/usr.sbin/ppp/
H A Dexec.c113 if (socketpair(AF_UNIX, type, PF_UNSPEC, fids) < 0) in exec_Create()
/dragonfly/libexec/dma/
H A Ddns.c74 hints.ai_family = PF_UNSPEC; in add_host()
/dragonfly/usr.bin/logger/
H A Dlogger.c61 int family = PF_UNSPEC; /* protocol family (IPv4, IPv6 or both) */
/dragonfly/usr.sbin/lpr/common_source/
H A Dnet.c72 u_char family = PF_UNSPEC;
/dragonfly/usr.sbin/pflogd/
H A Dprivsep.c76 if (socketpair(AF_LOCAL, SOCK_STREAM, PF_UNSPEC, socks) == -1) in priv_init()
/dragonfly/usr.bin/finger/
H A Dfinger.c81 sa_family_t family = PF_UNSPEC;
/dragonfly/usr.bin/window/
H A Dwwopen.c103 if (socketpair(AF_LOCAL, SOCK_STREAM, PF_UNSPEC, d) < 0) { in wwopen()
/dragonfly/usr.sbin/dntpd/
H A Dmain.c57 int family = PF_UNSPEC; /* Address family */
/dragonfly/sys/sys/
H A Dsocket.h282 #define PF_UNSPEC AF_UNSPEC macro
/dragonfly/libexec/ftpd/
H A Dftpcmd.y289 hints.ai_family = PF_UNSPEC; /*XXX*/
332 long_passive("LPSV", PF_UNSPEC);
364 long_passive("EPSV", PF_UNSPEC);
/dragonfly/crypto/libressl/apps/nc/
H A Dsocks.c69 hints.ai_family = v4only ? PF_INET : PF_UNSPEC; in decode_addrport()
/dragonfly/usr.bin/tftp/
H A Dmain.c176 hints.ai_family = PF_UNSPEC; in setpeer0()
/dragonfly/sbin/iscontrol/
H A Dfsm.c122 hints.ai_family = PF_UNSPEC; in tcpConnect()
/dragonfly/usr.sbin/lpr/lpd/
H A Dlpd.c204 family = PF_UNSPEC; in main()
/dragonfly/usr.sbin/syslogd/
H A Dsyslogd.c273 static int family = PF_UNSPEC; /* protocol family (IPv4, IPv6 or both) */
2245 hints.ai_family = PF_UNSPEC; in allowaddr()
2371 hints.ai_family = PF_UNSPEC; in validate()
/dragonfly/lib/libc/resolv/
H A Dres_init.c379 hints.ai_family = PF_UNSPEC; in __res_vinit()

12