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

/freebsd-13-stable/contrib/libevent/
H A Devdns.c4321 int v4_timedout = 0, v6_timedout = 0; local
4329 v4_timedout = 1;
4346 EVUTIL_ASSERT(!v4_timedout || !v6_timedout);
4364 if (!v4_timedout && !v6_timedout) {
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Devdns.c4318 int v4_timedout = 0, v6_timedout = 0; local
4326 v4_timedout = 1;
4343 EVUTIL_ASSERT(!v4_timedout || !v6_timedout);
4361 if (!v4_timedout && !v6_timedout) {

Completed in 142 milliseconds