Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/unbound/util/
H A Dnetevent.h94 #define NETEVENT_TIMEOUT -2 macro
H A Dnetevent.c2175 NETEVENT_TIMEOUT, NULL);
3215 NETEVENT_TIMEOUT, NULL);
3272 err = NETEVENT_TIMEOUT;
/freebsd-13.1/contrib/unbound/services/
H A Doutside_network.c1217 if(error == NETEVENT_TIMEOUT) {
1329 reuse_cb_and_decommission(outnet, pend, (error==NETEVENT_TIMEOUT?
1330 NETEVENT_TIMEOUT:NETEVENT_CLOSED));
1521 (void)(*p->cb)(p->pc->cp, p->cb_arg, NETEVENT_TIMEOUT, NULL);
2230 waiting_tcp_callback(w, NULL, NETEVENT_TIMEOUT, NULL);
2235 reuse_cb_and_decommission(outnet, pend, NETEVENT_TIMEOUT);
3200 if(error == NETEVENT_TIMEOUT) {
/freebsd-13.1/contrib/unbound/libunbound/
H A Dlibworker.c926 NETEVENT_TIMEOUT); in libworker_handle_service_reply()
/freebsd-13.1/contrib/unbound/daemon/
H A Dworker.c262 NETEVENT_TIMEOUT); in worker_handle_service_reply()
H A Dremote.c3320 if(err==NETEVENT_TIMEOUT) in remote_control_callback()