Home
last modified time | relevance | path

Searched refs:ext_rcode (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/util/data/
H A Dmsgparse.h222 uint8_t ext_rcode; member
H A Dmsgencode.c916 sldns_buffer_write_u8(pkt, edns->ext_rcode); /* ttl */ in attach_edns_record_max_msg_sz()
1104 es.ext_rcode = (uint8_t)(rcode >> 4); in extended_error_encode()
H A Dmsgparse.c1176 edns->ext_rcode = found->rr_last->ttl_data[0]; in parse_extract_edns_from_response_msg()
1271 edns->ext_rcode = sldns_buffer_read_u8(pkt); /* ttl used for bits */ in parse_edns_from_query_pkt()
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dworker.c506 edns->ext_rcode = 0; in answer_norec_from_cache()
544 edns->ext_rcode = 0; in answer_norec_from_cache()
706 edns->ext_rcode = 0; in answer_from_cache()
748 edns->ext_rcode = 0; in answer_from_cache()
1101 edns->ext_rcode = 0; in answer_notify()
/netbsd-src/external/bsd/unbound/dist/sldns/
H A Dwire2str.c2401 uint8_t ext_rcode, edns_version; in sldns_wire2str_edns_scan() local
2422 ext_rcode = (*data)[4]; in sldns_wire2str_edns_scan()
2436 if(ext_rcode) { in sldns_wire2str_edns_scan()
2437 int rc = ((int)ext_rcode)<<4; in sldns_wire2str_edns_scan()
/netbsd-src/external/bsd/unbound/dist/contrib/
H A Dredirect-bogus.patch312 + es.ext_rcode = 0;
H A Dfastrpz.patch2227 + edns->ext_rcode = 0;
/netbsd-src/external/bsd/unbound/dist/cachedb/
H A Dcachedb.c394 edns.ext_rcode = 0; in prep_data()
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/
H A Dstruct.rst148 .. attribute:: ext_rcode
/netbsd-src/external/bsd/unbound/dist/services/
H A Dlocalzone.c1315 edns->ext_rcode = 0; in local_encode()
1337 edns->ext_rcode = 0; in local_error_encode()
H A Dmesh.c1198 r->edns.ext_rcode = 0; in mesh_do_callback()
1375 r->edns.ext_rcode = 0; in mesh_send_reply()
H A Dauthzone.c3526 edns->ext_rcode = 0; in auth_answer_encode()
3550 edns->ext_rcode = 0; in auth_error_encode()
5419 edns.ext_rcode = 0; in xfr_transfer_lookup_host()
6614 edns.ext_rcode = 0; in xfr_probe_lookup_host()
8401 edns.ext_rcode = 0; in zonemd_lookup_dnskey()
H A Drpz.c1735 edns->ext_rcode = 0; in rpz_local_encode()
H A Doutside_network.c2841 edns.ext_rcode = 0;
/netbsd-src/external/bsd/unbound/dist/libunbound/
H A Dlibworker.c603 edns->ext_rcode = 0; in setup_qinfo_edns()
/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dinterface.i691 uint8_t ext_rcode;
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dfake_event.c1248 edns.ext_rcode = 0; in outnet_serviced_query()
/netbsd-src/external/bsd/unbound/dist/validator/
H A Dautotrust.c2372 edns.ext_rcode = 0; in probe_anchor()