Home
last modified time | relevance | path

Searched refs:NETEVENT_NOERROR (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/unbound/util/
H A Dtube.c151 if(error != NETEVENT_NOERROR) { in tube_handle_listen()
215 NETEVENT_NOERROR, tube->listen_arg); in tube_handle_listen()
228 if(error != NETEVENT_NOERROR) { in tube_handle_write()
731 (*tube->listen_cb)(tube, buf, len, NETEVENT_NOERROR, in tube_handle_signal()
H A Dnetevent.h90 #define NETEVENT_NOERROR 0 macro
H A Dnetevent.c724 if((*rep.c->callback)(rep.c, rep.c->cb_arg, NETEVENT_NOERROR, &rep)) {
784 if((*rep.c->callback)(rep.c, rep.c->cb_arg, NETEVENT_NOERROR, &rep)) {
1198 if( (*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, &c->repinfo) ) {
2497 (void)(*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, NULL);
2534 (void)(*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, &repinfo);
2573 (void)(*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, NULL);
3267 int err = NETEVENT_NOERROR;
/freebsd-13.1/contrib/unbound/services/
H A Doutside_network.c1265 } else if(error != NETEVENT_NOERROR) {
1289 if(error == NETEVENT_NOERROR && !w) {
1295 if(error == NETEVENT_NOERROR) {
1313 if(error == NETEVENT_NOERROR && pend->reuse.node.key) {
1402 if(error != NETEVENT_NOERROR) {
3016 if(error != NETEVENT_NOERROR)
3019 if(error==NETEVENT_NOERROR)
3026 if(error==NETEVENT_NOERROR && pi && sq->outnet->dtenv &&
3045 } else if(error==NETEVENT_NOERROR &&
3064 if(error!=NETEVENT_NOERROR) {
[all …]
H A Dlisten_dnsport.c2063 if( (*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, &c->repinfo) ) { in tcp_req_info_handle_readdone()
2523 NETEVENT_NOERROR, &h2_session->c->repinfo)) { in http2_query_read_done()
H A Dmesh.c770 if(what != NETEVENT_NOERROR) { in mesh_report_reply()
H A Dauthzone.c6097 if(err != NETEVENT_NOERROR) { in auth_xfer_transfer_tcp_callback()
6179 if(err != NETEVENT_NOERROR && err != NETEVENT_DONE) { in auth_xfer_transfer_http_callback()
6433 if(err == NETEVENT_NOERROR) { in auth_xfer_probe_udp_callback()
/freebsd-13.1/contrib/unbound/daemon/
H A Dworker.c266 mesh_report_reply(worker->env.mesh, e, reply_info, NETEVENT_NOERROR); in worker_handle_service_reply()
354 if(error != NETEVENT_NOERROR) { in worker_handle_control_cmd()
1086 if((error != NETEVENT_NOERROR && error != NETEVENT_DONE)|| !repinfo) { in worker_handle_request()
H A Dremote.c462 if(err != NETEVENT_NOERROR) { in remote_accept_callback()
528 (void)remote_control_callback(n->c, n, NETEVENT_NOERROR, NULL); in remote_accept_callback()
3319 if(err != NETEVENT_NOERROR) { in remote_control_callback()
/freebsd-13.1/contrib/unbound/libunbound/
H A Dlibworker.c929 mesh_report_reply(lw->env->mesh, e, reply_info, NETEVENT_NOERROR); in libworker_handle_service_reply()