Home
last modified time | relevance | path

Searched refs:udpsize (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/unbound/util/data/
HDmsgencode.h71 int cached, struct regional* region, uint16_t udpsize,
93 struct regional* region, uint16_t udpsize, int dnssec);
HDmsgencode.c628 struct regional* region, uint16_t udpsize, int dnssec) in reply_info_encode() argument
636 if(udpsize < sldns_buffer_limit(buffer)) in reply_info_encode()
637 sldns_buffer_set_limit(buffer, udpsize); in reply_info_encode()
752 int cached, struct regional* region, uint16_t udpsize, in reply_info_answer_encode() argument
768 if(udpsize < LDNS_HEADER_SIZE) in reply_info_answer_encode()
770 if(udpsize < LDNS_HEADER_SIZE + calc_edns_field_size(edns)) { in reply_info_answer_encode()
775 udpsize -= calc_edns_field_size(edns); in reply_info_answer_encode()
779 udpsize, dnssec)) { in reply_info_answer_encode()
/trueos/contrib/unbound/daemon/
HDworker.c452 uint16_t udpsize = edns->udp_size; in answer_norec_from_cache() local
511 udpsize, edns, (int)(edns->bits & EDNS_DO), secure)) { in answer_norec_from_cache()
530 uint16_t udpsize = edns->udp_size; in answer_from_cache() local
599 udpsize, edns, (int)(edns->bits & EDNS_DO), secure)) { in answer_from_cache()
/trueos/contrib/unbound/services/
HDlocalzone.c979 uint16_t udpsize; in local_encode() local
989 udpsize = edns->udp_size; in local_encode()
997 buf, 0, 0, temp, udpsize, edns, in local_encode()
/trueos/contrib/unbound/ldns/
HDwire2str.c1913 uint16_t udpsize, edns_bits, rdatalen; in sldns_wire2str_edns_scan() local
1932 udpsize = sldns_read_uint16((*data)+2); in sldns_wire2str_edns_scan()
1953 w += sldns_str_print(str, str_len, " ; udp: %u", (unsigned)udpsize); in sldns_wire2str_edns_scan()