Searched refs:NETEVENT_NOERROR (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/bsd/unbound/dist/util/ |
| H A D | tube.c | 154 if(error != NETEVENT_NOERROR) { in tube_handle_listen() 218 NETEVENT_NOERROR, tube->listen_arg); in tube_handle_listen() 231 if(error != NETEVENT_NOERROR) { in tube_handle_write() 788 (*tube->listen_cb)(tube, buf, len, NETEVENT_NOERROR, in tube_handle_signal()
|
| H A D | netevent.h | 91 #define NETEVENT_NOERROR 0 macro
|
| H A D | netevent.c | 1071 if((*rep.c->callback)(rep.c, rep.c->cb_arg, NETEVENT_NOERROR, &rep)) { 1145 if((*rep.c->callback)(rep.c, rep.c->cb_arg, NETEVENT_NOERROR, &rep)) { 1580 if( (*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, &c->repinfo) ) { 3159 (void)(*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, NULL); 3196 (void)(*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, &repinfo); 3235 (void)(*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, NULL); 3929 int err = NETEVENT_NOERROR;
|
| /netbsd-src/external/bsd/unbound/dist/services/ |
| H A D | outside_network.c | 1336 } else if(error != NETEVENT_NOERROR) { 1360 if(error == NETEVENT_NOERROR && !w) { 1366 if(error == NETEVENT_NOERROR) { 1384 if(error == NETEVENT_NOERROR && pend->reuse.node.key) { 1473 if(error != NETEVENT_NOERROR) { 1537 (void)(*p->cb)(p->pc->cp, p->cb_arg, NETEVENT_NOERROR, reply_info); 2985 if(sq->outnet->use_caps_for_id && error == NETEVENT_NOERROR && c && 3070 if(error != NETEVENT_NOERROR) 3073 if(error==NETEVENT_NOERROR) 3080 if(error==NETEVENT_NOERROR && pi && sq->outnet->dtenv && [all …]
|
| H A D | listen_dnsport.c | 2230 if( (*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, &c->repinfo) ) { in tcp_req_info_handle_readdone() 2690 NETEVENT_NOERROR, &h2_session->c->repinfo)) { in http2_query_read_done()
|
| H A D | mesh.c | 811 if(what != NETEVENT_NOERROR) { in mesh_report_reply()
|
| H A D | authzone.c | 6162 if(err != NETEVENT_NOERROR) { in auth_xfer_transfer_tcp_callback() 6244 if(err != NETEVENT_NOERROR && err != NETEVENT_DONE) { in auth_xfer_transfer_http_callback() 6498 if(err == NETEVENT_NOERROR) { in auth_xfer_probe_udp_callback()
|
| /netbsd-src/external/bsd/unbound/dist/testcode/ |
| H A D | fake_event.c | 385 if((*cb)(&c, cb_arg, NETEVENT_NOERROR, &repinfo)) { in answer_callback_from_entry() 465 NETEVENT_NOERROR, &repinfo)) { in fake_front_query() 764 fake_pending_callback(runtime, mom, NETEVENT_NOERROR); in do_moment_and_advance()
|
| /netbsd-src/external/bsd/unbound/dist/daemon/ |
| H A D | worker.c | 268 mesh_report_reply(worker->env.mesh, e, reply_info, NETEVENT_NOERROR); in worker_handle_service_reply() 378 if(error != NETEVENT_NOERROR) { in worker_handle_control_cmd() 1395 if((error != NETEVENT_NOERROR && error != NETEVENT_DONE)|| !repinfo) { in worker_handle_request()
|
| H A D | remote.c | 420 if(err != NETEVENT_NOERROR) { in remote_accept_callback() 486 (void)remote_control_callback(n->c, n, NETEVENT_NOERROR, NULL); in remote_accept_callback() 3310 if(err != NETEVENT_NOERROR) { in remote_control_callback()
|
| /netbsd-src/external/bsd/unbound/dist/libunbound/ |
| H A D | libworker.c | 934 mesh_report_reply(lw->env->mesh, e, reply_info, NETEVENT_NOERROR); in libworker_handle_service_reply()
|