Symbol: NETEVENT_NOERROR
sbin/unwind/libunbound/libunbound/libworker.c
923
mesh_report_reply(lw->env->mesh, e, reply_info, NETEVENT_NOERROR);
sbin/unwind/libunbound/services/authzone.c
6193
if(err != NETEVENT_NOERROR) {
sbin/unwind/libunbound/services/authzone.c
6275
if(err != NETEVENT_NOERROR && err != NETEVENT_DONE) {
sbin/unwind/libunbound/services/authzone.c
6529
if(err == NETEVENT_NOERROR) {
sbin/unwind/libunbound/services/listen_dnsport.c
2357
if( (*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, &c->repinfo) ) {
sbin/unwind/libunbound/services/listen_dnsport.c
2817
NETEVENT_NOERROR, &h2_session->c->repinfo)) {
sbin/unwind/libunbound/services/listen_dnsport.c
4081
if( (*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, &c->repinfo)) {
sbin/unwind/libunbound/services/mesh.c
882
if(what != NETEVENT_NOERROR) {
sbin/unwind/libunbound/services/outside_network.c
1351
} else if(error != NETEVENT_NOERROR) {
sbin/unwind/libunbound/services/outside_network.c
1375
if(error == NETEVENT_NOERROR && !w) {
sbin/unwind/libunbound/services/outside_network.c
1381
if(error == NETEVENT_NOERROR) {
sbin/unwind/libunbound/services/outside_network.c
1399
if(error == NETEVENT_NOERROR && pend->reuse.node.key) {
sbin/unwind/libunbound/services/outside_network.c
1488
if(error != NETEVENT_NOERROR) {
sbin/unwind/libunbound/services/outside_network.c
1552
(void)(*p->cb)(p->pc->cp, p->cb_arg, NETEVENT_NOERROR, reply_info);
sbin/unwind/libunbound/services/outside_network.c
3018
if(sq->outnet->use_caps_for_id && error == NETEVENT_NOERROR && c &&
sbin/unwind/libunbound/services/outside_network.c
3103
if(error != NETEVENT_NOERROR)
sbin/unwind/libunbound/services/outside_network.c
3106
if(error==NETEVENT_NOERROR)
sbin/unwind/libunbound/services/outside_network.c
3113
if(error==NETEVENT_NOERROR && pi && sq->outnet->dtenv &&
sbin/unwind/libunbound/services/outside_network.c
3124
if(error==NETEVENT_NOERROR && sq->status == serviced_query_TCP_EDNS &&
sbin/unwind/libunbound/services/outside_network.c
3132
} else if(error==NETEVENT_NOERROR &&
sbin/unwind/libunbound/services/outside_network.c
3151
if(error!=NETEVENT_NOERROR) {
sbin/unwind/libunbound/services/outside_network.c
3317
if(error != NETEVENT_NOERROR) {
sbin/unwind/libunbound/services/outside_network.c
3326
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
3392
if( (*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, &c->repinfo) ) {
sbin/unwind/libunbound/util/netevent.c
4982
(void)(*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, NULL);
sbin/unwind/libunbound/util/netevent.c
5019
(void)(*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, &repinfo);
sbin/unwind/libunbound/util/netevent.c
5058
(void)(*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, NULL);
sbin/unwind/libunbound/util/netevent.c
5735
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
4274
if(err != NETEVENT_NOERROR) {
usr.sbin/unbound/daemon/remote.c
456
if(err != NETEVENT_NOERROR) {
usr.sbin/unbound/daemon/remote.c
522
(void)remote_control_callback(n->c, n, NETEVENT_NOERROR, NULL);
usr.sbin/unbound/daemon/remote.c
7989
if(err != NETEVENT_NOERROR) {
usr.sbin/unbound/daemon/worker.c
1479
if((error != NETEVENT_NOERROR && error != NETEVENT_DONE)|| !repinfo) {
usr.sbin/unbound/daemon/worker.c
270
mesh_report_reply(worker->env.mesh, e, reply_info, NETEVENT_NOERROR);
usr.sbin/unbound/daemon/worker.c
458
if(error != NETEVENT_NOERROR) {
usr.sbin/unbound/libunbound/libworker.c
923
mesh_report_reply(lw->env->mesh, e, reply_info, NETEVENT_NOERROR);
usr.sbin/unbound/services/authzone.c
6193
if(err != NETEVENT_NOERROR) {
usr.sbin/unbound/services/authzone.c
6275
if(err != NETEVENT_NOERROR && err != NETEVENT_DONE) {
usr.sbin/unbound/services/authzone.c
6529
if(err == NETEVENT_NOERROR) {
usr.sbin/unbound/services/listen_dnsport.c
2357
if( (*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, &c->repinfo) ) {
usr.sbin/unbound/services/listen_dnsport.c
2817
NETEVENT_NOERROR, &h2_session->c->repinfo)) {
usr.sbin/unbound/services/listen_dnsport.c
4081
if( (*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, &c->repinfo)) {
usr.sbin/unbound/services/mesh.c
882
if(what != NETEVENT_NOERROR) {
usr.sbin/unbound/services/outside_network.c
1351
} else if(error != NETEVENT_NOERROR) {
usr.sbin/unbound/services/outside_network.c
1375
if(error == NETEVENT_NOERROR && !w) {
usr.sbin/unbound/services/outside_network.c
1381
if(error == NETEVENT_NOERROR) {
usr.sbin/unbound/services/outside_network.c
1399
if(error == NETEVENT_NOERROR && pend->reuse.node.key) {
usr.sbin/unbound/services/outside_network.c
1488
if(error != NETEVENT_NOERROR) {
usr.sbin/unbound/services/outside_network.c
1552
(void)(*p->cb)(p->pc->cp, p->cb_arg, NETEVENT_NOERROR, reply_info);
usr.sbin/unbound/services/outside_network.c
3018
if(sq->outnet->use_caps_for_id && error == NETEVENT_NOERROR && c &&
usr.sbin/unbound/services/outside_network.c
3103
if(error != NETEVENT_NOERROR)
usr.sbin/unbound/services/outside_network.c
3106
if(error==NETEVENT_NOERROR)
usr.sbin/unbound/services/outside_network.c
3113
if(error==NETEVENT_NOERROR && pi && sq->outnet->dtenv &&
usr.sbin/unbound/services/outside_network.c
3124
if(error==NETEVENT_NOERROR && sq->status == serviced_query_TCP_EDNS &&
usr.sbin/unbound/services/outside_network.c
3132
} else if(error==NETEVENT_NOERROR &&
usr.sbin/unbound/services/outside_network.c
3151
if(error!=NETEVENT_NOERROR) {
usr.sbin/unbound/services/outside_network.c
3317
if(error != NETEVENT_NOERROR) {
usr.sbin/unbound/services/outside_network.c
3326
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
3392
if( (*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, &c->repinfo) ) {
usr.sbin/unbound/util/netevent.c
4982
(void)(*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, NULL);
usr.sbin/unbound/util/netevent.c
5019
(void)(*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, &repinfo);
usr.sbin/unbound/util/netevent.c
5058
(void)(*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, NULL);
usr.sbin/unbound/util/netevent.c
5735
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,