Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/unbound/util/data/
H A Dmsgparse.h219 uint8_t ext_rcode; member
H A Dmsgencode.c819 sldns_buffer_write_u8(pkt, edns->ext_rcode); /* ttl */ in attach_edns_record()
944 es.ext_rcode = 0; in error_encode()
H A Dmsgparse.c1018 edns->ext_rcode = found->rr_last->ttl_data[0]; in parse_extract_edns()
1092 edns->ext_rcode = sldns_buffer_read_u8(pkt); /* ttl used for bits */ in parse_edns_from_pkt()
/freebsd-12.1/contrib/unbound/daemon/
H A Dworker.c512 edns->ext_rcode = 0; in answer_norec_from_cache()
543 edns->ext_rcode = 0; in answer_norec_from_cache()
683 edns->ext_rcode = 0; in answer_from_cache()
717 edns->ext_rcode = 0; in answer_from_cache()
1028 edns->ext_rcode = 0; in answer_notify()
1283 edns.ext_rcode = (uint8_t)(EDNS_RCODE_BADVERS>>4); in worker_handle_request()
1309 edns.ext_rcode = 0; in worker_handle_request()
/freebsd-12.1/contrib/unbound/sldns/
H A Dwire2str.c2025 uint8_t ext_rcode, edns_version; in sldns_wire2str_edns_scan() local
2046 ext_rcode = (*data)[4]; in sldns_wire2str_edns_scan()
2060 if(ext_rcode) { in sldns_wire2str_edns_scan()
2061 int rc = ((int)ext_rcode)<<4; in sldns_wire2str_edns_scan()
/freebsd-12.1/contrib/unbound/cachedb/
H A Dcachedb.c387 edns.ext_rcode = 0; in prep_data()
/freebsd-12.1/contrib/unbound/contrib/
H A Dredirect-bogus.patch312 + es.ext_rcode = 0;
H A Dfastrpz.patch2227 + edns->ext_rcode = 0;
/freebsd-12.1/contrib/unbound/services/
H A Dlocalzone.c1215 edns->ext_rcode = 0; in local_encode()
1236 edns->ext_rcode = 0; in local_error_encode()
H A Dmesh.c1139 r->edns.ext_rcode = 0; in mesh_do_callback()
1237 r->edns.ext_rcode = 0; in mesh_send_reply()
H A Dauthzone.c3266 edns->ext_rcode = 0; in auth_answer_encode()
3290 edns->ext_rcode = 0; in auth_error_encode()
5087 edns.ext_rcode = 0; in xfr_transfer_lookup_host()
6274 edns.ext_rcode = 0; in xfr_probe_lookup_host()
H A Doutside_network.c1597 edns.ext_rcode = 0;
/freebsd-12.1/contrib/unbound/libunbound/
H A Dlibworker.c565 edns->ext_rcode = 0; in setup_qinfo_edns()
/freebsd-12.1/contrib/unbound/validator/
H A Dautotrust.c2364 edns.ext_rcode = 0; in probe_anchor()