Searched refs:NETEVENT_TIMEOUT (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/unbound/util/ |
H A D | netevent.h | 103 #define NETEVENT_TIMEOUT -2 macro
|
H A D | netevent.c | 4619 NETEVENT_TIMEOUT, NULL); 5670 NETEVENT_TIMEOUT, NULL); 5727 err = NETEVENT_TIMEOUT;
|
/freebsd/contrib/unbound/services/ |
H A D | outside_network.c | 1288 if(error == NETEVENT_TIMEOUT) { 1400 reuse_cb_and_decommission(outnet, pend, (error==NETEVENT_TIMEOUT? 1401 NETEVENT_TIMEOUT:NETEVENT_CLOSED)); 1592 (void)(*p->cb)(p->pc->cp, p->cb_arg, NETEVENT_TIMEOUT, NULL); 2317 waiting_tcp_callback(w, NULL, NETEVENT_TIMEOUT, NULL); 2322 reuse_cb_and_decommission(outnet, pend, NETEVENT_TIMEOUT); 3272 if(error == NETEVENT_TIMEOUT) {
|
/freebsd/contrib/unbound/libunbound/ |
H A D | libworker.c | 917 NETEVENT_TIMEOUT); in libworker_handle_service_reply()
|
/freebsd/contrib/unbound/daemon/ |
H A D | worker.c | 266 NETEVENT_TIMEOUT); in worker_handle_service_reply()
|
H A D | remote.c | 3743 if(err==NETEVENT_TIMEOUT) in remote_control_callback()
|