Searched refs:NETEVENT_TIMEOUT (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/bsd/unbound/dist/util/ |
H A D | netevent.h | 95 #define NETEVENT_TIMEOUT -2 macro
|
H A D | netevent.c | 2833 NETEVENT_TIMEOUT, NULL); 3877 NETEVENT_TIMEOUT, NULL); 3934 err = NETEVENT_TIMEOUT;
|
/netbsd-src/external/bsd/unbound/dist/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); 2306 waiting_tcp_callback(w, NULL, NETEVENT_TIMEOUT, NULL); 2311 reuse_cb_and_decommission(outnet, pend, NETEVENT_TIMEOUT); 3254 if(error == NETEVENT_TIMEOUT) {
|
/netbsd-src/external/bsd/unbound/dist/libunbound/ |
H A D | libworker.c | 931 NETEVENT_TIMEOUT); in libworker_handle_service_reply()
|
/netbsd-src/external/bsd/unbound/dist/testcode/ |
H A D | fake_event.c | 759 fake_pending_callback(runtime, mom, NETEVENT_TIMEOUT); in do_moment_and_advance()
|
/netbsd-src/external/bsd/unbound/dist/daemon/ |
H A D | worker.c | 264 NETEVENT_TIMEOUT); in worker_handle_service_reply()
|
H A D | remote.c | 3311 if(err==NETEVENT_TIMEOUT) in remote_control_callback()
|