Searched refs:isc_net_probeipv4 (Results 1 - 16 of 16) sorted by relevance

/bind-9.11.3/bin/tests/
H A Dbyaddr_test.c112 printf("IPv4: %s\n", isc_result_totext(isc_net_probeipv4()));
147 if (isc_net_probeipv4() == ISC_R_SUCCESS) {
H A Dbyname_test.c230 printf("IPv4: %s\n", isc_result_totext(isc_net_probeipv4()));
265 if (isc_net_probeipv4() == ISC_R_SUCCESS) {
/bind-9.11.3/lib/isc/win32/include/isc/
H A Dnet.h303 isc_net_probeipv4(void);
/bind-9.11.3/lib/bind9/
H A Dgetaddresses.c60 have_ipv4 = ISC_TF((isc_net_probeipv4() == ISC_R_SUCCESS));
/bind-9.11.3/lib/isc/unix/include/isc/
H A Dnet.h292 isc_net_probeipv4(void);
/bind-9.11.3/lib/isc/win32/
H A Dnet.c106 isc_net_probeipv4(void) { function
/bind-9.11.3/lib/isc/unix/
H A Dnet.c234 isc_net_probeipv4(void) { function
/bind-9.11.3/bin/named/
H A Dcontrolconf.c1193 if ((pf == AF_INET && isc_net_probeipv4() != ISC_R_SUCCESS) ||
1438 if (isc_net_probeipv4() != ISC_R_SUCCESS)
H A Dinterfacemgr.c822 if (isc_net_probeipv4() == ISC_R_SUCCESS)
H A Dlwresd.c561 if ((pf == AF_INET && isc_net_probeipv4() != ISC_R_SUCCESS) ||
H A Dmain.c473 if (isc_net_probeipv4() != ISC_R_SUCCESS)
H A Dserver.c1158 result = isc_net_probeipv4();
/bind-9.11.3/bin/delv/
H A Ddelv.c1202 if (isc_net_probeipv4() != ISC_R_SUCCESS)
/bind-9.11.3/bin/tools/
H A Dmdig.c1916 if (isc_net_probeipv4() == ISC_R_SUCCESS)
/bind-9.11.3/bin/nsupdate/
H A Dnsupdate.c862 result = isc_net_probeipv4();
/bind-9.11.3/bin/dig/
H A Ddighost.c1570 result = isc_net_probeipv4();

Completed in 473 milliseconds