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

123456

/freebsd-10.0-release/crypto/heimdal/lib/kadm5/
H A Dinit_c.c421 hints.ai_socktype = SOCK_STREAM;
438 s = socket (a->ai_family, a->ai_socktype, a->ai_protocol);
516 s = socket (a->ai_family, a->ai_socktype, a->ai_protocol);
H A Dipropd_slave.c57 hints.ai_socktype = SOCK_STREAM;
78 s = socket (a->ai_family, a->ai_socktype, a->ai_protocol);
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dsend_to_kdc.c282 hints.ai_socktype = SOCK_STREAM;
291 s = socket (a->ai_family, a->ai_socktype | SOCK_CLOEXEC, a->ai_protocol);
418 fd = socket (a->ai_family, a->ai_socktype | SOCK_CLOEXEC, a->ai_protocol);
/freebsd-10.0-release/lib/libc/net/
H A Drcmd.c126 hints.ai_socktype = SOCK_STREAM;
391 hints.ai_socktype = SOCK_DGRAM; /*dummy*/
741 hints.ai_socktype = SOCK_DGRAM; /*XXX dummy*/
/freebsd-10.0-release/usr.sbin/rpc.lockd/
H A Dlockd.c527 hints.ai_socktype = si.si_socktype;
770 hints.ai_socktype = si.si_socktype;
846 hints.ai_socktype = si.si_socktype;
/freebsd-10.0-release/contrib/tcp_wrappers/
H A Dhosts_access.c368 hints.ai_socktype = SOCK_STREAM;
453 hints.ai_socktype = SOCK_STREAM;
H A Dtcpdmatch.c236 hints.ai_socktype = SOCK_STREAM;
/freebsd-10.0-release/crypto/heimdal/appl/test/
H A Dhttp_client.c57 hints.ai_socktype = SOCK_STREAM;
65 s = socket (a->ai_family, a->ai_socktype, a->ai_protocol);
/freebsd-10.0-release/crypto/heimdal/kdc/
H A Dhprop.c61 hints.ai_socktype = SOCK_STREAM;
73 s = socket (a->ai_family, a->ai_socktype, a->ai_protocol);
/freebsd-10.0-release/usr.sbin/portsnap/phttpget/
H A Dphttpget.c342 hints.ai_socktype = SOCK_STREAM;
363 sd = socket(res->ai_family, res->ai_socktype,
/freebsd-10.0-release/usr.sbin/rpc.statd/
H A Dstatd.c348 hints.ai_socktype = si.si_socktype;
575 hints.ai_socktype = si.si_socktype;
/freebsd-10.0-release/contrib/libpcap/
H A Dnametoaddr.c133 hints.ai_socktype = SOCK_STREAM; /*not really*/
/freebsd-10.0-release/contrib/lukemftpd/
H A Dlukemftpd.h183 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
185 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
244 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
/freebsd-10.0-release/contrib/ofed/libibverbs/examples/
H A Dsrq_pingpong.c151 .ai_socktype = SOCK_STREAM
174 sockfd = socket(t->ai_family, t->ai_socktype, t->ai_protocol);
239 .ai_socktype = SOCK_STREAM
262 sockfd = socket(t->ai_family, t->ai_socktype, t->ai_protocol);
/freebsd-10.0-release/crypto/openssh/
H A Ddns.c178 hints.ai_socktype = SOCK_DGRAM;
H A Dsshconnect.c242 sock = socket(ai->ai_family, ai->ai_socktype, ai->ai_protocol);
258 hints.ai_socktype = ai->ai_socktype;
393 hints.ai_socktype = SOCK_STREAM;
H A Dssh-keyscan.c298 hints.ai_socktype = SOCK_STREAM;
302 s = socket(ai->ai_family, ai->ai_socktype, ai->ai_protocol);
/freebsd-10.0-release/lib/libfetch/
H A Dcommon.c253 hints.ai_socktype = SOCK_STREAM;
285 hints.ai_socktype = SOCK_STREAM;
298 if ((sd = socket(res->ai_family, res->ai_socktype,
493 hints.ai_socktype = SOCK_STREAM;
/freebsd-10.0-release/sbin/ifconfig/
H A Difpfsync.c109 hints.ai_socktype = SOCK_DGRAM; /*dummy*/
/freebsd-10.0-release/tools/regression/lib/libc/resolv/
H A Dresolv.c112 hints.ai_socktype = SOCK_STREAM;
/freebsd-10.0-release/usr.sbin/faithd/
H A Dprefix.c79 hints.ai_socktype = SOCK_DGRAM; /*dummy*/
/freebsd-10.0-release/contrib/telnet/telnetd/
H A Dtelnetd.c343 hints.ai_socktype = SOCK_STREAM;
354 s = socket(res->ai_family, res->ai_socktype, res->ai_protocol);
/freebsd-10.0-release/crypto/heimdal/appl/push/
H A Dpush.c104 hints.ai_socktype = SOCK_STREAM;
114 s = socket (a->ai_family, a->ai_socktype, a->ai_protocol);
/freebsd-10.0-release/sbin/iscontrol/
H A Dfsm.c126 hints.ai_socktype = SOCK_STREAM;
136 soc = socket(res->ai_family, res->ai_socktype, res->ai_protocol);
/freebsd-10.0-release/usr.sbin/mtest/
H A Dmtest.c306 hints.ai_socktype = SOCK_DGRAM;
553 hints.ai_socktype = SOCK_DGRAM;

Completed in 161 milliseconds

123456