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

/freebsd-10-stable/contrib/unbound/util/
H A Dtube.c152 if(error != NETEVENT_NOERROR) {
216 NETEVENT_NOERROR, tube->listen_arg);
229 if(error != NETEVENT_NOERROR) {
721 (*tube->listen_cb)(tube, buf, len, NETEVENT_NOERROR,
H A Dnetevent.h78 #define NETEVENT_NOERROR 0 macro
239 nonzero. If not NETEVENT_NOERROR, it is an errno value.
H A Dnetevent.c651 if((*rep.c->callback)(rep.c, rep.c->cb_arg, NETEVENT_NOERROR, &rep)) {
708 if((*rep.c->callback)(rep.c, rep.c->cb_arg, NETEVENT_NOERROR, &rep)) {
949 if( (*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, &c->repinfo) ) {
1507 int err = NETEVENT_NOERROR;
/freebsd-10-stable/contrib/unbound/services/
H A 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); local
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) {
[all...]
H A Dmesh.c490 if(what != NETEVENT_NOERROR) {
/freebsd-10-stable/contrib/unbound/daemon/
H A Dworker.c259 mesh_report_reply(worker->env.mesh, &e, reply_info, NETEVENT_NOERROR);
291 mesh_report_reply(worker->env.mesh, e, reply_info, NETEVENT_NOERROR);
376 if(error != NETEVENT_NOERROR) {
804 if(error != NETEVENT_NOERROR) {
H A Dremote.c512 if(err != NETEVENT_NOERROR) {
577 (void)remote_control_callback(n->c, n, NETEVENT_NOERROR, NULL);
2584 if(err != NETEVENT_NOERROR) {
/freebsd-10-stable/contrib/unbound/libunbound/
H A Dlibworker.c870 mesh_report_reply(lw->env->mesh, &e, reply_info, NETEVENT_NOERROR);
896 mesh_report_reply(lw->env->mesh, e, reply_info, NETEVENT_NOERROR);

Completed in 134 milliseconds