Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/unbound/util/
Dnetevent.h82 #define NETEVENT_TIMEOUT -2 macro
Dnetevent.c1479 NETEVENT_TIMEOUT, NULL);
1512 err = NETEVENT_TIMEOUT;
/freebsd-10-stable/contrib/unbound/services/
Doutside_network.c527 (void)(*p->cb)(p->pc->cp, p->cb_arg, NETEVENT_TIMEOUT, NULL);
1120 (void)(*cb)(NULL, cb_arg, NETEVENT_TIMEOUT, NULL);
1705 if(error == NETEVENT_TIMEOUT) {
1744 serviced_callbacks(sq, NETEVENT_TIMEOUT, c, rep);
/freebsd-10-stable/contrib/unbound/libunbound/
Dlibworker.c867 NETEVENT_TIMEOUT); in libworker_handle_reply()
893 NETEVENT_TIMEOUT); in libworker_handle_service_reply()
/freebsd-10-stable/contrib/unbound/daemon/
Dworker.c255 NETEVENT_TIMEOUT); in worker_handle_reply()
287 NETEVENT_TIMEOUT); in worker_handle_service_reply()
Dremote.c2585 if(err==NETEVENT_TIMEOUT) in remote_control_callback()