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

/bind-9.11.3/lib/isc/win32/
H A Dnet.c49 static isc_result_t ipv6_result = ISC_R_NOTFOUND; variable
94 ipv6_result = try_proto(PF_INET6);
114 return (ipv6_result);
318 if (ipv6_result == ISC_R_SUCCESS)
319 ipv6_result = ISC_R_DISABLED;
332 if (ipv6_result == ISC_R_DISABLED)
333 ipv6_result = ISC_R_SUCCESS;
/bind-9.11.3/lib/isc/unix/
H A Dnet.c123 static isc_result_t ipv6_result = ISC_R_NOTFOUND; variable
219 ipv6_result = try_proto(PF_INET6);
242 return (ipv6_result);
894 if (ipv6_result == ISC_R_SUCCESS)
895 ipv6_result = ISC_R_DISABLED;
908 if (ipv6_result == ISC_R_DISABLED)
909 ipv6_result = ISC_R_SUCCESS;

Completed in 12 milliseconds