Searched refs:ai_socktype (Results 1 - 25 of 150) sorted by path

123456

/freebsd-10.0-release/contrib/apr/
H A Dconfigure27835 hints.ai_socktype = SOCK_STREAM;
28128 hints.ai_socktype = SOCK_STREAM;
/freebsd-10.0-release/contrib/apr/network_io/unix/
H A Dsockaddr.c319 hints.ai_socktype = SOCK_STREAM;
/freebsd-10.0-release/contrib/bsnmp/lib/
H A Dsnmpclient.c925 hints.ai_socktype = SOCK_DGRAM;
935 if ((snmp_client.fd = socket(res->ai_family, res->ai_socktype,
H A Dsupport.c148 (*res)->ai_socktype = hints->ai_socktype;
H A Dsupport.h56 int ai_socktype; member in struct:addrinfo
/freebsd-10.0-release/contrib/bsnmp/snmp_ntp/
H A Dsnmp_ntp.c251 hints.ai_socktype = SOCK_DGRAM;
264 ntpd_sock = socket(res->ai_family, res->ai_socktype,
740 hints.ai_socktype = SOCK_DGRAM;
/freebsd-10.0-release/contrib/bsnmp/snmpd/
H A Dconfig.c786 hints.ai_socktype = SOCK_DGRAM;
/freebsd-10.0-release/contrib/ldns-host/
H A Dldns-host.c808 hints.ai_socktype = SOCK_STREAM;
/freebsd-10.0-release/contrib/ldns/compat/
H A Dfake-rfc2553.c140 if (hints->ai_socktype)
141 ai->ai_socktype = hints->ai_socktype;
143 ai->ai_socktype = SOCK_STREAM;
H A Dfake-rfc2553.h144 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
/freebsd-10.0-release/contrib/libpcap/
H A Dnametoaddr.c133 hints.ai_socktype = SOCK_STREAM; /*not really*/
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DConnectionFileDescriptor.cpp1387 hints.ai_socktype = SOCK_DGRAM;
1406 service_info_ptr->ai_socktype,
/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/lukemftpd/src/
H A Dconf.c247 hints.ai_socktype = SOCK_STREAM;
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/contrib/netcat/
H A Dnetcat.c345 hints.ai_socktype = uflag ? SOCK_DGRAM : SOCK_STREAM;
373 proxyhints.ai_socktype = SOCK_STREAM;
624 if ((s = socket(res0->ai_family, res0->ai_socktype,
649 ahints.ai_socktype = uflag ? SOCK_DGRAM : SOCK_STREAM;
742 if ((s = socket(res0->ai_family, res0->ai_socktype,
H A Dsocks.c71 hints.ai_socktype = SOCK_STREAM;
/freebsd-10.0-release/contrib/ntp/include/
H A Dntp_rfc2553.h236 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
255 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
256 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
/freebsd-10.0-release/contrib/ntp/libntp/
H A Dntp_rfc2553.c96 "servname not supported for ai_socktype", /* EAI_SERVICE */
97 "ai_socktype not supported", /* EAI_SOCKTYPE */
161 ai->ai_socktype = hints->ai_socktype;
165 socktype = hints->ai_socktype;
171 switch (hints->ai_socktype) {
182 switch (hints->ai_socktype) {
199 switch (hints->ai_socktype) {
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Dntp_config.c2241 hints.ai_socktype = SOCK_DGRAM;
H A Dntp_intres.c490 hints.ai_socktype = SOCK_DGRAM;
600 hints.ai_socktype = SOCK_DGRAM;
616 sockfd = socket(addr->ai_family, addr->ai_socktype, 0);
/freebsd-10.0-release/contrib/ntp/ntpdate/
H A Dntpdate.c1364 hints.ai_socktype = SOCK_DGRAM;
1731 hints.ai_socktype = SOCK_DGRAM;
1754 fd[nbsock] = socket(res->ai_family, res->ai_socktype, res->ai_protocol);
/freebsd-10.0-release/contrib/ntp/ntpdc/
H A Dntpdc.c519 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/contrib/ntp/sntp/
H A Dinternet.c88 hints.ai_socktype = SOCK_DGRAM;

Completed in 307 milliseconds

123456