Searched defs:socktype (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/lwres/
H A Dgetaddrinfo.c157 static int get_local(const char *name, int socktype, struct addrinfo **res);
161 int socktype, int port);
163 int socktype, int port);
179 int family, socktype, flags, protocol; local
198 socktype = hints->ai_socktype;
249 socktype = 0;
262 return (get_local(hostname, socktype, res));
266 return (get_local(servname, socktype, res));
284 if (socktype == 0)
294 if (socktype
560 add_ipv4(const char *hostname, int flags, struct addrinfo **aip, int socktype, int port) argument
623 add_ipv6(const char *hostname, int flags, struct addrinfo **aip, int socktype, int port) argument
702 get_local(const char *name, int socktype, struct addrinfo **res) argument
[all...]
/bind-9.6-ESV-R11/lib/dns/
H A Ddispatch.c234 isc_sockettype_t socktype; member in struct:dns_dispatch
271 #define DNS_QID(disp) ((disp)->socktype == isc_sockettype_tcp) ? \
273 #define DISP_ARC4CTX(disp) ((disp)->socktype == isc_sockettype_udp) ? \
1029 switch (disp->socktype) {
1311 if (disp->socktype != resp->disp->socktype ||
1613 switch (disp->socktype) {
2537 disp->socktype = isc_sockettype_tcp;
2841 disp->socktype = isc_sockettype_udp;
3351 if (disp->socktype
[all...]

Completed in 274 milliseconds