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.h252 uint8_t ext_rcode; member
H A Dmsgparse.c1219 edns->ext_rcode = found->rr_last->ttl_data[0]; in parse_extract_edns_from_response_msg()
1316 edns->ext_rcode = sldns_buffer_read_u8(pkt); /* ttl used for bits */ in parse_edns_from_query_pkt()
H A Dmsgencode.c950 sldns_buffer_write_u8(pkt, edns->ext_rcode); /* ttl */ in attach_edns_record_max_msg_sz()
1151 es.ext_rcode = (uint8_t)(rcode >> 4); in extended_error_encode()
/freebsd/contrib/unbound/daemon/
H A Dworker.c635 edns->ext_rcode = 0; in answer_norec_from_cache()
673 edns->ext_rcode = 0; in answer_norec_from_cache()
838 edns->ext_rcode = 0; in answer_from_cache()
880 edns->ext_rcode = 0; in answer_from_cache()
1015 edns->ext_rcode = 0; in chaos_replystr()
1235 edns->ext_rcode = 0; in answer_notify()
/freebsd/contrib/unbound/sldns/
H A Dwire2str.c2456 uint8_t ext_rcode, edns_version; in sldns_wire2str_edns_scan() local
2477 ext_rcode = (*data)[4]; in sldns_wire2str_edns_scan()
2493 if(ext_rcode) { in sldns_wire2str_edns_scan()
2494 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.c389 edns.ext_rcode = 0; in prep_data()
/freebsd/contrib/unbound/services/
H A Dlocalzone.c1369 edns->ext_rcode = 0; in local_encode()
1391 edns->ext_rcode = 0; in local_error_encode()
H A Dmesh.c1426 r->edns.ext_rcode = 0;
1597 r->edns.ext_rcode = 0; in mesh_send_reply()
H A Dauthzone.c3631 edns->ext_rcode = 0; in auth_answer_encode()
3655 edns->ext_rcode = 0; in auth_zones_downstream_answer()
5687 edns.ext_rcode = 0; in xfr_transfer_init_fetch()
6982 edns.ext_rcode = 0; in xfr_probe_send_or_end()
8884 edns.ext_rcode = 0; in auth_zones_pickup_zonemd_verify()
H A Drpz.c1819 edns->ext_rcode = 0; in rpz_local_encode()
H A Doutside_network.c2961 edns.ext_rcode = 0;
/freebsd/contrib/unbound/libunbound/
H A Dlibworker.c598 edns->ext_rcode = 0; in setup_qinfo_edns()
/freebsd/contrib/unbound/validator/
H A Dautotrust.c2439 edns.ext_rcode = 0; in probe_anchor()