Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/data/
H A Dmsgencode.c688 struct regional* region, uint16_t udpsize, int dnssec, int minimise) in reply_info_encode() argument
697 if(udpsize < sldns_buffer_limit(buffer)) in reply_info_encode()
698 sldns_buffer_set_limit(buffer, udpsize); in reply_info_encode()
999 int cached, struct regional* region, uint16_t udpsize, in reply_info_answer_encode() argument
1025 if(udpsize < LDNS_HEADER_SIZE) in reply_info_answer_encode()
1031 if(sldns_buffer_capacity(pkt) < udpsize) in reply_info_answer_encode()
1032 udpsize = sldns_buffer_capacity(pkt); in reply_info_answer_encode()
1036 } else if(udpsize < LDNS_HEADER_SIZE + edns_field_size - ede_size) { in reply_info_answer_encode()
1045 udpsize - attach_edns, dnssec, MINIMAL_RESPONSES)) { in reply_info_answer_encode()
1050 if(udpsize >= sldns_buffer_limit(pkt) + edns_field_size) in reply_info_answer_encode()
[all …]
H A Dmsgencode.h71 int cached, struct regional* region, uint16_t udpsize,
95 struct regional* region, uint16_t udpsize, int dnssec, int minimise);
/freebsd/contrib/unbound/daemon/
H A Dworker.c565 uint16_t udpsize = edns->udp_size; in answer_norec_from_cache() local
654 udpsize, edns, (int)(edns->bits & EDNS_DO), secure)) { in answer_norec_from_cache()
740 uint16_t udpsize = edns->udp_size; in answer_from_cache() local
893 udpsize, edns, (int)(edns->bits & EDNS_DO), in answer_from_cache()
971 size_t udpsize = edns->udp_size; in chaos_replystr() local
995 calc_edns_field_size(edns) > udpsize) { in chaos_replystr()
/freebsd/contrib/unbound/services/
H A Dlocalzone.c1316 uint16_t udpsize; in local_encode()
1327 udpsize = edns->udp_size; in local_encode()
1335 buf, 0, 0, temp, udpsize, edns, (int)(edns->bits&EDNS_DO), 0)) { in local_error_encode()
1306 uint16_t udpsize; local_encode() local
H A Drpz.c1779 uint16_t udpsize; in rpz_local_encode() local
1801 udpsize = edns->udp_size; in rpz_local_encode()
1810 buf, 0, 0, temp, udpsize, edns, (int)(edns->bits&EDNS_DO), 0)) { in rpz_local_encode()
H A Dauthzone.c3520 uint16_t udpsize; in auth_answer_encode() local
3521 udpsize = edns->udp_size; in auth_answer_encode()
3532 buf, 0, 0, temp, udpsize, edns, in auth_answer_encode()
/freebsd/contrib/unbound/sldns/
H A Dwire2str.c2456 uint16_t udpsize, edns_bits, rdatalen; in sldns_wire2str_edns_scan()
2475 udpsize = sldns_read_uint16((*data)+2);
2496 w += sldns_str_print(str, str_len, " ; udp: %u", (unsigned)udpsize);
2408 uint16_t udpsize, edns_bits, rdatalen; sldns_wire2str_edns_scan() local
/freebsd/contrib/unbound/doc/
H A DChangelog4683 - remove unused udpsize assignment in message encode.
5729 overrides udpsize.