Home
last modified time | relevance | path

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

/trueos/contrib/unbound/util/
HDnetevent.h82 #define NETEVENT_TIMEOUT -2 macro
HDnetevent.c1465 NETEVENT_TIMEOUT, NULL);
1498 err = NETEVENT_TIMEOUT;
/trueos/contrib/unbound/services/
HDoutside_network.c523 (void)(*p->cb)(p->pc->cp, p->cb_arg, NETEVENT_TIMEOUT, NULL);
1112 (void)(*cb)(NULL, cb_arg, NETEVENT_TIMEOUT, NULL);
1684 if(error == NETEVENT_TIMEOUT) {
1723 serviced_callbacks(sq, NETEVENT_TIMEOUT, c, rep);
/trueos/contrib/unbound/libunbound/
HDlibworker.c866 NETEVENT_TIMEOUT); in libworker_handle_reply()
892 NETEVENT_TIMEOUT); in libworker_handle_service_reply()
/trueos/contrib/unbound/daemon/
HDworker.c253 NETEVENT_TIMEOUT); in worker_handle_reply()
285 NETEVENT_TIMEOUT); in worker_handle_service_reply()
HDremote.c2250 if(err==NETEVENT_TIMEOUT) in remote_control_callback()