Symbol: NETEVENT_NOERROR
sbin/unwind/libunbound/libunbound/libworker.c
932
mesh_report_reply(lw->env->mesh, e, reply_info, NETEVENT_NOERROR);
sbin/unwind/libunbound/services/authzone.c
6253
if(err != NETEVENT_NOERROR) {
sbin/unwind/libunbound/services/authzone.c
6335
if(err != NETEVENT_NOERROR && err != NETEVENT_DONE) {
sbin/unwind/libunbound/services/authzone.c
6589
if(err == NETEVENT_NOERROR) {
sbin/unwind/libunbound/services/listen_dnsport.c
2344
if( (*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, &c->repinfo) ) {
sbin/unwind/libunbound/services/listen_dnsport.c
2804
NETEVENT_NOERROR, &h2_session->c->repinfo)) {
sbin/unwind/libunbound/services/listen_dnsport.c
4130
if( (*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, &c->repinfo)) {
sbin/unwind/libunbound/services/mesh.c
906
if(what != NETEVENT_NOERROR) {
sbin/unwind/libunbound/services/outside_network.c
1399
} else if(error != NETEVENT_NOERROR) {
sbin/unwind/libunbound/services/outside_network.c
1423
if(error == NETEVENT_NOERROR && !w) {
sbin/unwind/libunbound/services/outside_network.c
1429
if(error == NETEVENT_NOERROR) {
sbin/unwind/libunbound/services/outside_network.c
1447
if(error == NETEVENT_NOERROR && pend->reuse.node.key) {
sbin/unwind/libunbound/services/outside_network.c
1536
if(error != NETEVENT_NOERROR) {
sbin/unwind/libunbound/services/outside_network.c
1600
(void)(*p->cb)(p->pc->cp, p->cb_arg, NETEVENT_NOERROR, reply_info);
sbin/unwind/libunbound/services/outside_network.c
3080
if(sq->outnet->use_caps_for_id && error == NETEVENT_NOERROR && c &&
sbin/unwind/libunbound/services/outside_network.c
3165
if(error != NETEVENT_NOERROR)
sbin/unwind/libunbound/services/outside_network.c
3168
if(error==NETEVENT_NOERROR)
sbin/unwind/libunbound/services/outside_network.c
3175
if(error==NETEVENT_NOERROR && pi && sq->outnet->dtenv &&
sbin/unwind/libunbound/services/outside_network.c
3186
if(error==NETEVENT_NOERROR && sq->status == serviced_query_TCP_EDNS &&
sbin/unwind/libunbound/services/outside_network.c
3194
} else if(error==NETEVENT_NOERROR &&
sbin/unwind/libunbound/services/outside_network.c
3213
if(error!=NETEVENT_NOERROR) {
sbin/unwind/libunbound/services/outside_network.c
3379
if(error != NETEVENT_NOERROR) {
sbin/unwind/libunbound/services/outside_network.c
3388
if(error == NETEVENT_NOERROR && outnet->dtenv && p->pc &&
sbin/unwind/libunbound/util/netevent.c
1111
if((*rep.c->callback)(rep.c, rep.c->cb_arg, NETEVENT_NOERROR, &rep)) {
sbin/unwind/libunbound/util/netevent.c
1185
if((*rep.c->callback)(rep.c, rep.c->cb_arg, NETEVENT_NOERROR, &rep)) {
sbin/unwind/libunbound/util/netevent.c
3386
if( (*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, &c->repinfo) ) {
sbin/unwind/libunbound/util/netevent.c
4991
(void)(*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, NULL);
sbin/unwind/libunbound/util/netevent.c
5028
(void)(*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, &repinfo);
sbin/unwind/libunbound/util/netevent.c
5067
(void)(*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, NULL);
sbin/unwind/libunbound/util/netevent.c
5744
int err = NETEVENT_NOERROR;
sbin/unwind/libunbound/util/tube.c
154
if(error != NETEVENT_NOERROR) {
sbin/unwind/libunbound/util/tube.c
218
NETEVENT_NOERROR, tube->listen_arg);
sbin/unwind/libunbound/util/tube.c
231
if(error != NETEVENT_NOERROR) {
sbin/unwind/libunbound/util/tube.c
791
(*tube->listen_cb)(tube, buf, len, NETEVENT_NOERROR,
usr.sbin/unbound/daemon/remote.c
4314
if(err != NETEVENT_NOERROR) {
usr.sbin/unbound/daemon/remote.c
476
if(err != NETEVENT_NOERROR) {
usr.sbin/unbound/daemon/remote.c
542
(void)remote_control_callback(n->c, n, NETEVENT_NOERROR, NULL);
usr.sbin/unbound/daemon/remote.c
8310
if(err != NETEVENT_NOERROR) {
usr.sbin/unbound/daemon/worker.c
1502
if((error != NETEVENT_NOERROR && error != NETEVENT_DONE)|| !repinfo) {
usr.sbin/unbound/daemon/worker.c
271
mesh_report_reply(worker->env.mesh, e, reply_info, NETEVENT_NOERROR);
usr.sbin/unbound/daemon/worker.c
496
if(error != NETEVENT_NOERROR) {
usr.sbin/unbound/libunbound/libworker.c
932
mesh_report_reply(lw->env->mesh, e, reply_info, NETEVENT_NOERROR);
usr.sbin/unbound/services/authzone.c
6253
if(err != NETEVENT_NOERROR) {
usr.sbin/unbound/services/authzone.c
6335
if(err != NETEVENT_NOERROR && err != NETEVENT_DONE) {
usr.sbin/unbound/services/authzone.c
6589
if(err == NETEVENT_NOERROR) {
usr.sbin/unbound/services/listen_dnsport.c
2344
if( (*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, &c->repinfo) ) {
usr.sbin/unbound/services/listen_dnsport.c
2804
NETEVENT_NOERROR, &h2_session->c->repinfo)) {
usr.sbin/unbound/services/listen_dnsport.c
4130
if( (*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, &c->repinfo)) {
usr.sbin/unbound/services/mesh.c
906
if(what != NETEVENT_NOERROR) {
usr.sbin/unbound/services/outside_network.c
1399
} else if(error != NETEVENT_NOERROR) {
usr.sbin/unbound/services/outside_network.c
1423
if(error == NETEVENT_NOERROR && !w) {
usr.sbin/unbound/services/outside_network.c
1429
if(error == NETEVENT_NOERROR) {
usr.sbin/unbound/services/outside_network.c
1447
if(error == NETEVENT_NOERROR && pend->reuse.node.key) {
usr.sbin/unbound/services/outside_network.c
1536
if(error != NETEVENT_NOERROR) {
usr.sbin/unbound/services/outside_network.c
1600
(void)(*p->cb)(p->pc->cp, p->cb_arg, NETEVENT_NOERROR, reply_info);
usr.sbin/unbound/services/outside_network.c
3080
if(sq->outnet->use_caps_for_id && error == NETEVENT_NOERROR && c &&
usr.sbin/unbound/services/outside_network.c
3165
if(error != NETEVENT_NOERROR)
usr.sbin/unbound/services/outside_network.c
3168
if(error==NETEVENT_NOERROR)
usr.sbin/unbound/services/outside_network.c
3175
if(error==NETEVENT_NOERROR && pi && sq->outnet->dtenv &&
usr.sbin/unbound/services/outside_network.c
3186
if(error==NETEVENT_NOERROR && sq->status == serviced_query_TCP_EDNS &&
usr.sbin/unbound/services/outside_network.c
3194
} else if(error==NETEVENT_NOERROR &&
usr.sbin/unbound/services/outside_network.c
3213
if(error!=NETEVENT_NOERROR) {
usr.sbin/unbound/services/outside_network.c
3379
if(error != NETEVENT_NOERROR) {
usr.sbin/unbound/services/outside_network.c
3388
if(error == NETEVENT_NOERROR && outnet->dtenv && p->pc &&
usr.sbin/unbound/testcode/fake_event.c
404
if((*cb)(&c, cb_arg, NETEVENT_NOERROR, &repinfo)) {
usr.sbin/unbound/testcode/fake_event.c
483
NETEVENT_NOERROR, &repinfo)) {
usr.sbin/unbound/testcode/fake_event.c
842
fake_pending_callback(runtime, mom, NETEVENT_NOERROR);
usr.sbin/unbound/util/netevent.c
1111
if((*rep.c->callback)(rep.c, rep.c->cb_arg, NETEVENT_NOERROR, &rep)) {
usr.sbin/unbound/util/netevent.c
1185
if((*rep.c->callback)(rep.c, rep.c->cb_arg, NETEVENT_NOERROR, &rep)) {
usr.sbin/unbound/util/netevent.c
3386
if( (*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, &c->repinfo) ) {
usr.sbin/unbound/util/netevent.c
4991
(void)(*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, NULL);
usr.sbin/unbound/util/netevent.c
5028
(void)(*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, &repinfo);
usr.sbin/unbound/util/netevent.c
5067
(void)(*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, NULL);
usr.sbin/unbound/util/netevent.c
5744
int err = NETEVENT_NOERROR;
usr.sbin/unbound/util/tube.c
154
if(error != NETEVENT_NOERROR) {
usr.sbin/unbound/util/tube.c
218
NETEVENT_NOERROR, tube->listen_arg);
usr.sbin/unbound/util/tube.c
231
if(error != NETEVENT_NOERROR) {
usr.sbin/unbound/util/tube.c
791
(*tube->listen_cb)(tube, buf, len, NETEVENT_NOERROR,