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

/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devutil.c589 the test. If 'had_ipv4_address', then it turns out we had an ipv4 address.
592 static int have_checked_interfaces, had_ipv4_address, had_ipv6_address; variable
618 had_ipv4_address = 1;
1206 if (had_ipv4_address && !had_ipv6_address) {
1208 } else if (!had_ipv4_address && had_ipv6_address) {

Completed in 97 milliseconds