Home
last modified time | relevance | path

Searched refs:NETEVENT_TIMEOUT (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/unbound/util/
H A Dnetevent.h85 #define NETEVENT_TIMEOUT -2 macro
H A Dnetevent.c1821 NETEVENT_TIMEOUT, NULL);
2473 NETEVENT_TIMEOUT, NULL);
2530 err = NETEVENT_TIMEOUT;
/freebsd-12.1/contrib/unbound/libunbound/
H A Dlibworker.c889 NETEVENT_TIMEOUT); in libworker_handle_reply()
915 NETEVENT_TIMEOUT); in libworker_handle_service_reply()
/freebsd-12.1/contrib/unbound/services/
H A Doutside_network.c682 (void)(*p->cb)(p->pc->cp, p->cb_arg, NETEVENT_TIMEOUT, NULL);
1313 (void)(*cb)(NULL, cb_arg, NETEVENT_TIMEOUT, NULL);
1976 if(error == NETEVENT_TIMEOUT) {
/freebsd-12.1/contrib/unbound/daemon/
H A Dworker.c260 NETEVENT_TIMEOUT); in worker_handle_reply()
292 NETEVENT_TIMEOUT); in worker_handle_service_reply()
H A Dremote.c3180 if(err==NETEVENT_TIMEOUT) in remote_control_callback()