Searched refs:ai_socktype (Results 126 - 150 of 150) sorted by relevance

123456

/freebsd-10.0-release/sbin/setkey/
H A Dparse.y1172 hints.ai_socktype = SOCK_DGRAM; /*dummy*/
/freebsd-10.0-release/sys/rpc/
H A Drpcb_clnt.c362 hints.ai_socktype = si.si_socktype;
/freebsd-10.0-release/usr.sbin/ctld/
H A Dkernel.c676 req.data.listen.socktype = ai->ai_socktype;
/freebsd-10.0-release/usr.sbin/faithd/
H A Dftp.c951 hints.ai_socktype = SOCK_STREAM;
/freebsd-10.0-release/usr.sbin/jail/
H A Dconfig.c521 hints.ai_socktype = SOCK_STREAM;
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Droken.h.in882 int ai_socktype;
/freebsd-10.0-release/usr.sbin/mountd/
H A Dmountd.c632 hints.ai_socktype = si.si_socktype;
883 hints.ai_socktype = si.si_socktype;
/freebsd-10.0-release/contrib/ntp/ntpdc/
H A Dntpdc.c519 hints.ai_socktype = SOCK_DGRAM;
/freebsd-10.0-release/contrib/tnftp/src/
H A Dfetch.c704 hints.ai_socktype = SOCK_STREAM;
H A Dftp.c179 hints.ai_socktype = SOCK_STREAM;
/freebsd-10.0-release/crypto/openssh/
H A Dssh.c811 hints.ai_socktype = SOCK_STREAM;
H A Dservconf.c605 hints.ai_socktype = SOCK_STREAM;
H A Dsshd.c1102 listen_sock = socket(ai->ai_family, ai->ai_socktype,
H A Dconfigure10933 hints.ai_socktype = SOCK_STREAM;
10959 sock = socket(ai->ai_family, ai->ai_socktype, ai->ai_protocol);
11024 hints.ai_socktype = SOCK_STREAM;
/freebsd-10.0-release/libexec/ftpd/
H A Dftpcmd.y274 hints.ai_socktype = SOCK_STREAM;
/freebsd-10.0-release/contrib/lukemftpd/src/
H A Dftpd.c510 hints.ai_socktype = SOCK_STREAM;
531 socks[n] = socket(res->ai_family, res->ai_socktype,
3231 hints.ai_socktype = SOCK_STREAM;
/freebsd-10.0-release/usr.sbin/route6d/
H A Droute6d.c627 hints.ai_socktype = SOCK_DGRAM;
640 ripsock = socket(res->ai_family, res->ai_socktype, res->ai_protocol);
697 hints.ai_socktype = SOCK_DGRAM;
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Dntp_config.c2241 hints.ai_socktype = SOCK_DGRAM;
/freebsd-10.0-release/contrib/ntp/ntpq/
H A Dntpq.c684 hints.ai_socktype = SOCK_DGRAM;
/freebsd-10.0-release/sbin/route/
H A Droute.c1236 hints.ai_socktype = SOCK_DGRAM;
/freebsd-10.0-release/usr.sbin/inetd/
H A Dinetd.c400 * we doesn't use ai_socktype of struct addrinfo returned
401 * from getaddrinfo(), we set dummy value to ai_socktype.
408 hints.ai_socktype = SOCK_STREAM; /* dummy */
/freebsd-10.0-release/contrib/unbound/daemon/
H A Dremote.c250 hints.ai_socktype = SOCK_STREAM;
/freebsd-10.0-release/contrib/tcpdump/
H A Dconfigure4586 hints.ai_socktype = SOCK_STREAM;
/freebsd-10.0-release/contrib/apr/
H A Dconfigure27835 hints.ai_socktype = SOCK_STREAM;
28128 hints.ai_socktype = SOCK_STREAM;
/freebsd-10.0-release/crypto/heimdal/
H A Dconfigure21096 hints.ai_socktype = SOCK_STREAM;

Completed in 970 milliseconds

123456