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

/bind-9.11.3/lib/isc/win32/
H A Dnet.c48 static isc_result_t ipv4_result = ISC_R_NOTFOUND; variable
90 ipv4_result = try_proto(PF_INET);
108 return (ipv4_result);
311 if (ipv4_result == ISC_R_SUCCESS)
312 ipv4_result = ISC_R_DISABLED;
325 if (ipv4_result == ISC_R_DISABLED)
326 ipv4_result = ISC_R_SUCCESS;
/bind-9.11.3/lib/isc/unix/
H A Dnet.c122 static isc_result_t ipv4_result = ISC_R_NOTFOUND; variable
215 ipv4_result = try_proto(PF_INET);
236 return (ipv4_result);
887 if (ipv4_result == ISC_R_SUCCESS)
888 ipv4_result = ISC_R_DISABLED;
901 if (ipv4_result == ISC_R_DISABLED)
902 ipv4_result = ISC_R_SUCCESS;

Completed in 558 milliseconds