Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/unbound/util/
Dtube.c152 if(error != NETEVENT_NOERROR) { in tube_handle_listen()
216 NETEVENT_NOERROR, tube->listen_arg); in tube_handle_listen()
229 if(error != NETEVENT_NOERROR) { in tube_handle_write()
721 (*tube->listen_cb)(tube, buf, len, NETEVENT_NOERROR, in tube_handle_signal()
Dnetevent.h78 #define NETEVENT_NOERROR 0 macro
Dnetevent.c651 if((*rep.c->callback)(rep.c, rep.c->cb_arg, NETEVENT_NOERROR, &rep)) { in comm_point_udp_ancil_callback()
708 if((*rep.c->callback)(rep.c, rep.c->cb_arg, NETEVENT_NOERROR, &rep)) { in comm_point_udp_callback()
949 if( (*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, &c->repinfo) ) { in tcp_callback_reader()
1507 int err = NETEVENT_NOERROR;
/freebsd-10-stable/contrib/unbound/services/
Doutside_network.c327 if(error != NETEVENT_NOERROR) {
407 if(error != NETEVENT_NOERROR) {
471 (void)(*p->cb)(p->pc->cp, p->cb_arg, NETEVENT_NOERROR, reply_info);
1513 if(sq->outnet->use_caps_for_id && error == NETEVENT_NOERROR && c &&
1587 if(error != NETEVENT_NOERROR)
1590 if(error==NETEVENT_NOERROR)
1594 if(error==NETEVENT_NOERROR && sq->outnet->dtenv &&
1601 if(error==NETEVENT_NOERROR && sq->status == serviced_query_TCP_EDNS &&
1609 } else if(error==NETEVENT_NOERROR &&
1747 } else if(error != NETEVENT_NOERROR) {
Dmesh.c490 if(what != NETEVENT_NOERROR) { in mesh_report_reply()
/freebsd-10-stable/contrib/unbound/daemon/
Dworker.c259 mesh_report_reply(worker->env.mesh, &e, reply_info, NETEVENT_NOERROR); in worker_handle_reply()
291 mesh_report_reply(worker->env.mesh, e, reply_info, NETEVENT_NOERROR); in worker_handle_service_reply()
376 if(error != NETEVENT_NOERROR) { in worker_handle_control_cmd()
804 if(error != NETEVENT_NOERROR) { in worker_handle_request()
Dremote.c512 if(err != NETEVENT_NOERROR) { in remote_accept_callback()
577 (void)remote_control_callback(n->c, n, NETEVENT_NOERROR, NULL); in remote_accept_callback()
2584 if(err != NETEVENT_NOERROR) { in remote_control_callback()
/freebsd-10-stable/contrib/unbound/libunbound/
Dlibworker.c870 mesh_report_reply(lw->env->mesh, &e, reply_info, NETEVENT_NOERROR); in libworker_handle_reply()
896 mesh_report_reply(lw->env->mesh, e, reply_info, NETEVENT_NOERROR); in libworker_handle_service_reply()