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

/netbsd-current/external/bsd/ntp/dist/lib/isc/win32/
H A Dnet.c64 static isc_result_t ipv4_result = ISC_R_NOTFOUND; variable
106 ipv4_result = try_proto(PF_INET);
124 return (ipv4_result);
318 if (ipv4_result == ISC_R_SUCCESS)
319 ipv4_result = ISC_R_DISABLED;
332 if (ipv4_result == ISC_R_DISABLED)
333 ipv4_result = ISC_R_SUCCESS;
/netbsd-current/external/bsd/ntp/dist/lib/isc/unix/
H A Dnet.c119 static isc_result_t ipv4_result = ISC_R_NOTFOUND; variable
208 ipv4_result = try_proto(PF_INET);
229 return (ipv4_result);
502 if (ipv4_result == ISC_R_SUCCESS)
503 ipv4_result = ISC_R_DISABLED;
516 if (ipv4_result == ISC_R_DISABLED)
517 ipv4_result = ISC_R_SUCCESS;
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dnet.c115 static isc_result_t ipv4_result = ISC_R_NOTFOUND; variable
191 ipv4_result = try_proto(PF_INET);
204 return (ipv4_result);
472 if (ipv4_result == ISC_R_SUCCESS) {
473 ipv4_result = ISC_R_DISABLED;
488 if (ipv4_result == ISC_R_DISABLED) {
489 ipv4_result = ISC_R_SUCCESS;
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Dnet.c116 static isc_result_t ipv4_result = ISC_R_NOTFOUND; variable
196 ipv4_result = try_proto(PF_INET);
211 return (ipv4_result);
835 if (ipv4_result == ISC_R_SUCCESS) {
836 ipv4_result = ISC_R_DISABLED;
851 if (ipv4_result == ISC_R_DISABLED) {
852 ipv4_result = ISC_R_SUCCESS;

Completed in 112 milliseconds