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

/bind-9.11.3/lib/dns/
H A Drequest.c90 #define DNS_REQUEST_F_TIMEDOUT 0x0008 /*%< canceled due to a timeout */ macro
99 (((r)->flags & DNS_REQUEST_F_TIMEDOUT) != 0)
1495 request->flags |= DNS_REQUEST_F_TIMEDOUT;

Completed in 11 milliseconds