Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/unbound/util/data/
H A Dmsgparse.h223 uint8_t ext_rcode; member
H A Dmsgencode.c827 sldns_buffer_write_u8(pkt, edns->ext_rcode); /* ttl */ in attach_edns_record_max_msg_sz()
996 es.ext_rcode = 0; in error_encode()
H A Dmsgparse.c1110 edns->ext_rcode = found->rr_last->ttl_data[0]; in parse_extract_edns_from_response_msg()
1202 edns->ext_rcode = sldns_buffer_read_u8(pkt); /* ttl used for bits */ in parse_edns_from_query_pkt()
/freebsd-13.1/contrib/unbound/daemon/
H A Dworker.c481 edns->ext_rcode = 0; in answer_norec_from_cache()
512 edns->ext_rcode = 0; in answer_norec_from_cache()
651 edns->ext_rcode = 0; in answer_from_cache()
685 edns->ext_rcode = 0; in answer_from_cache()
1004 edns->ext_rcode = 0; in answer_notify()
1260 edns.ext_rcode = (uint8_t)(EDNS_RCODE_BADVERS>>4); in worker_handle_request()
/freebsd-13.1/contrib/unbound/sldns/
H A Dwire2str.c2315 uint8_t ext_rcode, edns_version; in sldns_wire2str_edns_scan() local
2336 ext_rcode = (*data)[4]; in sldns_wire2str_edns_scan()
2350 if(ext_rcode) { in sldns_wire2str_edns_scan()
2351 int rc = ((int)ext_rcode)<<4; in sldns_wire2str_edns_scan()
/freebsd-13.1/contrib/unbound/cachedb/
H A Dcachedb.c387 edns.ext_rcode = 0; in prep_data()
/freebsd-13.1/contrib/unbound/contrib/
H A Dredirect-bogus.patch312 + es.ext_rcode = 0;
H A Dfastrpz.patch2227 + edns->ext_rcode = 0;
/freebsd-13.1/contrib/unbound/services/
H A Dlocalzone.c1314 edns->ext_rcode = 0; in local_encode()
1335 edns->ext_rcode = 0; in local_error_encode()
H A Dmesh.c1162 r->edns.ext_rcode = 0; in mesh_do_callback()
1302 r->edns.ext_rcode = 0; in mesh_send_reply()
H A Dauthzone.c3492 edns->ext_rcode = 0; in auth_answer_encode()
3516 edns->ext_rcode = 0; in auth_error_encode()
5358 edns.ext_rcode = 0; in xfr_transfer_lookup_host()
6549 edns.ext_rcode = 0; in xfr_probe_lookup_host()
8326 edns.ext_rcode = 0; in zonemd_lookup_dnskey()
H A Drpz.c1547 edns->ext_rcode = 0; in rpz_local_encode()
H A Doutside_network.c2787 edns.ext_rcode = 0;
/freebsd-13.1/contrib/unbound/libunbound/
H A Dlibworker.c600 edns->ext_rcode = 0; in setup_qinfo_edns()
/freebsd-13.1/contrib/unbound/validator/
H A Dautotrust.c2377 edns.ext_rcode = 0; in probe_anchor()