Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/data/
H A Dmsgparse.h227 uint8_t ext_rcode; member
H A Dmsgencode.c934 sldns_buffer_write_u8(pkt, edns->ext_rcode); /* ttl */ in attach_edns_record_max_msg_sz()
1122 es.ext_rcode = (uint8_t)(rcode >> 4); in extended_error_encode()
H A Dmsgparse.c1205 edns->ext_rcode = found->rr_last->ttl_data[0]; in parse_extract_edns_from_response_msg()
1301 edns->ext_rcode = sldns_buffer_read_u8(pkt); /* ttl used for bits */ in parse_edns_from_query_pkt()
/freebsd/contrib/unbound/daemon/
H A Dworker.c508 edns->ext_rcode = 0; in answer_norec_from_cache()
546 edns->ext_rcode = 0; in answer_norec_from_cache()
709 edns->ext_rcode = 0; in answer_from_cache()
751 edns->ext_rcode = 0; in answer_from_cache()
1104 edns->ext_rcode = 0; in answer_notify()
/freebsd/contrib/unbound/sldns/
H A Dwire2str.c2407 uint8_t ext_rcode, edns_version; in sldns_wire2str_edns_scan() local
2428 ext_rcode = (*data)[4]; in sldns_wire2str_edns_scan()
2442 if(ext_rcode) { in sldns_wire2str_edns_scan()
2443 int rc = ((int)ext_rcode)<<4; in sldns_wire2str_edns_scan()
/freebsd/contrib/unbound/contrib/
H A Dredirect-bogus.patch312 + es.ext_rcode = 0;
H A Dfastrpz.patch2227 + edns->ext_rcode = 0;
/freebsd/contrib/unbound/cachedb/
H A Dcachedb.c387 edns.ext_rcode = 0; in prep_data()
/freebsd/contrib/unbound/services/
H A Dlocalzone.c1320 edns->ext_rcode = 0; in local_encode()
1342 edns->ext_rcode = 0; in local_error_encode()
H A Dmesh.c1254 r->edns.ext_rcode = 0; in mesh_do_callback()
1431 r->edns.ext_rcode = 0; in mesh_send_reply()
H A Dauthzone.c3536 edns->ext_rcode = 0; in auth_answer_encode()
3560 edns->ext_rcode = 0; in auth_error_encode()
5452 edns.ext_rcode = 0; in xfr_transfer_lookup_host()
6647 edns.ext_rcode = 0; in xfr_probe_lookup_host()
8447 edns.ext_rcode = 0; in zonemd_lookup_dnskey()
H A Drpz.c1804 edns->ext_rcode = 0; in rpz_local_encode()
H A Doutside_network.c2871 edns.ext_rcode = 0;
/freebsd/contrib/unbound/libunbound/
H A Dlibworker.c589 edns->ext_rcode = 0; in setup_qinfo_edns()
/freebsd/contrib/unbound/validator/
H A Dautotrust.c2377 edns.ext_rcode = 0; in probe_anchor()