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

/bind-9.6-ESV-R11/lib/isc/win32/
H A Dnet.c57 static isc_result_t ipv4_result = ISC_R_NOTFOUND; variable
99 ipv4_result = try_proto(PF_INET);
117 return (ipv4_result);
310 if (ipv4_result == ISC_R_SUCCESS)
311 ipv4_result = ISC_R_DISABLED;
324 if (ipv4_result == ISC_R_DISABLED)
325 ipv4_result = ISC_R_SUCCESS;
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dnet.c115 static isc_result_t ipv4_result = ISC_R_NOTFOUND; variable
204 ipv4_result = try_proto(PF_INET);
225 return (ipv4_result);
498 if (ipv4_result == ISC_R_SUCCESS)
499 ipv4_result = ISC_R_DISABLED;
512 if (ipv4_result == ISC_R_DISABLED)
513 ipv4_result = ISC_R_SUCCESS;

Completed in 9 milliseconds