Searched refs:socktype (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/lwres/
H A Dgetaddrinfo.c160 static int get_local(const char *name, int socktype, struct addrinfo **res);
164 int socktype, int port);
166 int socktype, int port);
182 int family, socktype, flags, protocol; local
201 socktype = hints->ai_socktype;
252 socktype = 0;
265 return (get_local(hostname, socktype, res));
269 return (get_local(servname, socktype, res));
287 if (socktype == 0)
297 if (socktype
563 add_ipv4(const char *hostname, int flags, struct addrinfo **aip, int socktype, int port) argument
626 add_ipv6(const char *hostname, int flags, struct addrinfo **aip, int socktype, int port) argument
705 get_local(const char *name, int socktype, struct addrinfo **res) argument
[all...]
/bind-9.11.3/lib/irs/
H A Dgetaddrinfo.c162 static int get_local(const char *name, int socktype, struct addrinfo **res);
167 struct addrinfo **aip, int socktype, int port);
170 int socktype, int port);
172 int socktype, int port);
192 int family, socktype, flags, protocol; local
212 socktype = hints->ai_socktype;
263 socktype = 0;
276 return (get_local(hostname, socktype, res));
280 return (get_local(servname, socktype, res));
298 if (socktype
894 resolve_name(int family, const char *hostname, int flags, struct addrinfo **aip, int socktype, int port) argument
1127 add_ipv4(const char *hostname, int flags, struct addrinfo **aip, int socktype, int port) argument
1150 add_ipv6(const char *hostname, int flags, struct addrinfo **aip, int socktype, int port) argument
1193 get_local(const char *name, int socktype, struct addrinfo **res) argument
[all...]
/bind-9.11.3/lib/dns/
H A Ddispatch.c223 isc_sockettype_t socktype; member in struct:dns_dispatch
260 #define DNS_QID(disp) ((disp)->socktype == isc_sockettype_tcp) ? \
262 #define DISP_RNGCTX(disp) ((disp)->socktype == isc_sockettype_udp) ? \
897 switch (disp->socktype) {
1220 if (disp->socktype != resp->disp->socktype ||
1521 switch (disp->socktype) {
2547 disp->socktype = isc_sockettype_tcp;
2982 disp->socktype = isc_sockettype_udp;
3639 if (disp->socktype
[all...]

Completed in 63 milliseconds