Searched refs:ipv6_result (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dnet.c63 static isc_result_t ipv6_result = ISC_R_NOTFOUND; variable
108 ipv6_result = try_proto(PF_INET6);
128 return (ipv6_result);
323 if (ipv6_result == ISC_R_SUCCESS)
324 ipv6_result = ISC_R_DISABLED;
337 if (ipv6_result == ISC_R_DISABLED)
338 ipv6_result = ISC_R_SUCCESS;
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dnet.c118 static isc_result_t ipv6_result = ISC_R_NOTFOUND; variable
210 ipv6_result = try_proto(PF_INET6);
233 return (ipv6_result);
507 if (ipv6_result == ISC_R_SUCCESS)
508 ipv6_result = ISC_R_DISABLED;
521 if (ipv6_result == ISC_R_DISABLED)
522 ipv6_result = ISC_R_SUCCESS;
/freebsd-11-stable/contrib/apr/
H A Dconfigure29916 ipv6_result="no -- disabled by user"
29978 ipv6_result="yes"
29980 ipv6_result="no -- no getnameinfo"
29983 ipv6_result="no -- no working getaddrinfo"
29986 ipv6_result="no -- no sockaddr_in6"
29989 ipv6_result="no -- the platform has known problems supporting IPv6"
29995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ipv6_result" >&5
29996 $as_echo "$ipv6_result" >&6; }

Completed in 161 milliseconds