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

/bind-9.11.3/lib/isc/win32/
H A Dnet.c56 try_proto(int domain) { function
90 ipv4_result = try_proto(PF_INET);
94 ipv6_result = try_proto(PF_INET6);
/bind-9.11.3/lib/isc/unix/
H A Dnet.c130 try_proto(int domain) { function
215 ipv4_result = try_proto(PF_INET);
219 ipv6_result = try_proto(PF_INET6);
224 unix_result = try_proto(PF_UNIX);

Completed in 8 milliseconds