Searched refs:try_proto (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/lib/isc/unix/
H A Dnet.c126 try_proto(int domain) { function
208 ipv4_result = try_proto(PF_INET);
212 ipv6_result = try_proto(PF_INET6);
217 unix_result = try_proto(PF_UNIX);
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dnet.c122 try_proto(int domain) { function
191 ipv4_result = try_proto(PF_INET);
192 ipv6_result = try_proto(PF_INET6);
193 unix_result = try_proto(PF_UNIX);
/netbsd-current/external/bsd/ntp/dist/lib/isc/win32/
H A Dnet.c72 try_proto(int domain) { function
106 ipv4_result = try_proto(PF_INET);
110 ipv6_result = try_proto(PF_INET6);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Dnet.c124 try_proto(int domain) { function
196 ipv4_result = try_proto(PF_INET);
197 ipv6_result = try_proto(PF_INET6);
199 unix_result = try_proto(PF_UNIX);

Completed in 105 milliseconds