Home
last modified time | relevance | path

Searched refs:ext_rcode (Results 1 – 16 of 16) 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.c595 edns->ext_rcode = 0; in answer_norec_from_cache()
633 edns->ext_rcode = 0; in answer_norec_from_cache()
797 edns->ext_rcode = 0; in answer_from_cache()
839 edns->ext_rcode = 0; in answer_from_cache()
1193 edns->ext_rcode = 0; in answer_notify()
/freebsd/contrib/unbound/sldns/
H A Dwire2str.c2455 uint8_t ext_rcode, edns_version; in sldns_wire2str_edns_scan()
2476 ext_rcode = (*data)[4];
2490 if(ext_rcode) {
2491 int rc = ((int)ext_rcode)<<4;
2407 uint8_t ext_rcode, edns_version; sldns_wire2str_edns_scan() local
/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.c1330 edns->ext_rcode = 0; in local_encode()
1352 edns->ext_rcode = 0; in local_error_encode()
H A Dmesh.c1344 r->edns.ext_rcode = 0; in mesh_do_callback()
1521 r->edns.ext_rcode = 0; in mesh_send_reply()
H A Dauthzone.c3524 edns->ext_rcode = 0; in auth_answer_encode()
3548 edns->ext_rcode = 0; in auth_error_encode()
5450 edns.ext_rcode = 0; in xfr_transfer_lookup_host()
6645 edns.ext_rcode = 0; in xfr_probe_lookup_host()
8467 edns.ext_rcode = 0; in zonemd_lookup_dnskey()
H A Drpz.c1804 edns->ext_rcode = 0; in rpz_local_encode()
H A Doutside_network.c2886 edns.ext_rcode = 0;
/freebsd/contrib/unbound/libunbound/
H A Dlibworker.c589 edns->ext_rcode = 0; in setup_qinfo_edns()
/freebsd/contrib/unbound/testcode/
H A Dfake_event.c1341 edns.ext_rcode = 0; in outnet_serviced_query()
/freebsd/contrib/unbound/validator/
H A Dautotrust.c2394 edns.ext_rcode = 0; in probe_anchor()