Searched refs:udpsize (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/unbound/util/data/ |
H A D | msgencode.c | 688 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 D | msgencode.h | 71 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 D | worker.c | 478 uint16_t udpsize = edns->udp_size; in answer_norec_from_cache() local 567 udpsize, edns, (int)(edns->bits & EDNS_DO), secure)) { in answer_norec_from_cache() 652 uint16_t udpsize = edns->udp_size; in answer_from_cache() local 804 udpsize, edns, (int)(edns->bits & EDNS_DO), in answer_from_cache() 882 size_t udpsize = edns->udp_size; in chaos_replystr() local 906 calc_edns_field_size(edns) > udpsize) { in chaos_replystr()
|
/freebsd/contrib/unbound/services/ |
H A D | localzone.c | 1306 uint16_t udpsize; in local_encode() local 1317 udpsize = edns->udp_size; in local_encode() 1325 buf, 0, 0, temp, udpsize, edns, (int)(edns->bits&EDNS_DO), 0)) { in local_encode()
|
H A D | rpz.c | 1779 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 D | authzone.c | 3532 uint16_t udpsize; in auth_answer_encode() local 3533 udpsize = edns->udp_size; in auth_answer_encode() 3544 buf, 0, 0, temp, udpsize, edns, in auth_answer_encode()
|
/freebsd/contrib/unbound/sldns/ |
H A D | wire2str.c | 2408 uint16_t udpsize, edns_bits, rdatalen; in sldns_wire2str_edns_scan() local 2427 udpsize = sldns_read_uint16((*data)+2); in sldns_wire2str_edns_scan() 2448 w += sldns_str_print(str, str_len, " ; udp: %u", (unsigned)udpsize); in sldns_wire2str_edns_scan()
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 4151 - remove unused udpsize assignment in message encode. 5197 overrides udpsize.
|