Symbol: sldns_wire2str_rcode_buf
sbin/unwind/libunbound/iterator/iterator.c
668
(void)sldns_wire2str_rcode_buf(
sbin/unwind/libunbound/services/authzone.c
5795
sldns_wire2str_rcode_buf((int)LDNS_RCODE_WIRE(wire), rcode,
sbin/unwind/libunbound/sldns/wire2str.c
312
sldns_wire2str_rcode_buf(rcode, buf, sizeof(buf));
sbin/unwind/libunbound/sldns/wire2str.h
474
int sldns_wire2str_rcode_buf(int rcode, char* str, size_t len);
sbin/unwind/libunbound/util/data/msgreply.c
978
sldns_wire2str_rcode_buf((int)rcode, rcode_buf, sizeof(rcode_buf));
sbin/unwind/libunbound/validator/validator.c
2897
(void)sldns_wire2str_rcode_buf(rcode, rc, sizeof(rc));
sbin/unwind/libunbound/validator/validator.c
3110
(void)sldns_wire2str_rcode_buf((int)FLAGS_GET_RCODE(
sbin/unwind/libunbound/validator/validator.c
421
(void)sldns_wire2str_rcode_buf(rcode, rc, sizeof(rc));
sbin/unwind/resolver.c
1018
sldns_wire2str_rcode_buf(result->rcode, rcode_buf, sizeof(rcode_buf));
usr.sbin/unbound/daemon/remote.c
1788
sldns_wire2str_rcode_buf(FLAGS_GET_RCODE(d->flags),
usr.sbin/unbound/daemon/remote.c
1951
sldns_wire2str_rcode_buf(FLAGS_GET_RCODE(d->flags),
usr.sbin/unbound/iterator/iterator.c
668
(void)sldns_wire2str_rcode_buf(
usr.sbin/unbound/services/authzone.c
5795
sldns_wire2str_rcode_buf((int)LDNS_RCODE_WIRE(wire), rcode,
usr.sbin/unbound/sldns/wire2str.c
312
sldns_wire2str_rcode_buf(rcode, buf, sizeof(buf));
usr.sbin/unbound/sldns/wire2str.h
474
int sldns_wire2str_rcode_buf(int rcode, char* str, size_t len);
usr.sbin/unbound/smallapp/unbound-control.c
402
sldns_wire2str_rcode_buf(i, nm, sizeof(nm));
usr.sbin/unbound/smallapp/unbound-host.c
252
sldns_wire2str_rcode_buf(r, d, sizeof(d));
usr.sbin/unbound/testcode/doqclient.c
575
(void)sldns_wire2str_rcode_buf(rcode, rc, sizeof(rc));
usr.sbin/unbound/testcode/perf.c
424
sldns_wire2str_rcode_buf(i, rc, sizeof(rc));
usr.sbin/unbound/testcode/unitauth.c
802
sldns_wire2str_rcode_buf((int)(FLAGS_GET_RCODE(flags)),
usr.sbin/unbound/testcode/unitmsgparse.c
221
sldns_wire2str_rcode_buf(ret, rbuf, sizeof(rbuf));
usr.sbin/unbound/testcode/unitmsgparse.c
335
sldns_wire2str_rcode_buf(ret, rbuf, sizeof(rbuf));
usr.sbin/unbound/testcode/unitverify.c
106
sldns_wire2str_rcode_buf(ret, rcode, sizeof(rcode));
usr.sbin/unbound/util/data/msgreply.c
978
sldns_wire2str_rcode_buf((int)rcode, rcode_buf, sizeof(rcode_buf));
usr.sbin/unbound/validator/validator.c
2897
(void)sldns_wire2str_rcode_buf(rcode, rc, sizeof(rc));
usr.sbin/unbound/validator/validator.c
3110
(void)sldns_wire2str_rcode_buf((int)FLAGS_GET_RCODE(
usr.sbin/unbound/validator/validator.c
421
(void)sldns_wire2str_rcode_buf(rcode, rc, sizeof(rc));