HomeSort by: relevance | last modified time | path
    Searched refs:PF_UNSPEC (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/usr.sbin/ypserv/common/
localhostname.c 75 hints.ai_family = PF_UNSPEC;
  /src/sbin/mount_portal/
pt_tcp.c 103 hints.ai_family = PF_UNSPEC;
  /src/usr.bin/finger/
net.c 82 hints.ai_family = PF_UNSPEC;
  /src/tests/lib/libc/net/getaddrinfo/
h_gai.c 117 ai.ai_family = PF_UNSPEC;
  /src/usr.sbin/traceroute/
as.c 72 hints.ai_family = PF_UNSPEC;
  /src/usr.sbin/lpr/common_source/
common.c 157 hints.ai_family = PF_UNSPEC;
382 hints.ai_family = PF_UNSPEC;
  /src/lib/libc/net/
getaddrinfo.c 179 { PF_UNSPEC, SOCK_DGRAM, IPPROTO_UDP, "udp", 0x07 },
180 { PF_UNSPEC, SOCK_STREAM, IPPROTO_TCP, "tcp", 0x07 },
181 { PF_UNSPEC, SOCK_RAW, ANY, NULL, 0x05 },
352 ((x) == (y) || (/*CONSTCOND*/(w) && ((x) == PF_UNSPEC || \
353 (y) == PF_UNSPEC)))
479 pai->ai_family = PF_UNSPEC;
497 case PF_UNSPEC:
543 if (pai->ai_family == PF_UNSPEC) {
567 /* PF_UNSPEC entries are prepared for DNS queries only */
568 if (ex->e_af == PF_UNSPEC)
    [all...]
rcmd.c 609 hints.ai_family = PF_UNSPEC;
  /src/lib/libwrap/
hosts_access.c 478 hints.ai_family = PF_UNSPEC;
537 hints.ai_family = PF_UNSPEC;
  /src/dist/pf/sbin/pflogd/
privsep.c 85 if (socketpair(AF_LOCAL, SOCK_STREAM, PF_UNSPEC, socks) == -1)
  /src/libexec/httpd/
daemon-bozo.c 141 h.ai_family = PF_UNSPEC;
cgi-bozo.c 585 if (socketpair(AF_UNIX, SOCK_STREAM, PF_UNSPEC, sv) == -1)
  /src/usr.sbin/faithd/
prefix.c 78 hints.ai_family = PF_UNSPEC;
faithd.c 154 sockfd = socket(PF_ROUTE, SOCK_RAW, PF_UNSPEC);
321 sockfd = socket(PF_ROUTE, SOCK_RAW, PF_UNSPEC);
  /src/usr.bin/systat/
netcmds.c 167 hints.ai_family = PF_UNSPEC;
  /src/usr.sbin/lpr/lpd/
lpd.c 284 socks = socksetup(PF_UNSPEC, options, port, &nfds);
640 hints.ai_family = PF_UNSPEC;
703 /* if af is PF_UNSPEC more than one socket may be returned */
  /src/usr.bin/nc/
socks.c 73 hints.ai_family = v4only ? PF_INET : PF_UNSPEC;
  /src/sys/sys/
socket.h 315 #define PF_UNSPEC AF_UNSPEC
  /src/tests/lib/libc/sys/
t_mmap.c 115 if (socketpair(AF_LOCAL, SOCK_STREAM, PF_UNSPEC, fds) != 0)
  /src/usr.bin/tftp/
main.c 250 hints.ai_family = PF_UNSPEC;
  /src/usr.sbin/rpcbind/
rpcbind.c 756 hints.ai_family = PF_UNSPEC;
  /src/usr.bin/sockstat/
sockstat.c 665 case PF_UNSPEC:
666 r = printf("(PF_UNSPEC)");
  /src/sbin/iscsid/
iscsid_discover.c 504 hints.ai_family = PF_UNSPEC;
  /src/libexec/ftpd/
ftpcmd.y 299 long_passive("LPSV", PF_UNSPEC);
332 long_passive("EPSV", PF_UNSPEC);
  /src/lib/libc/resolv/
res_init.c 436 hints.ai_family = PF_UNSPEC;

Completed in 32 milliseconds

1 2