Searched refs:max_packet_size (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Dresperf.c620 unsigned int max_packet_size; local
631 max_packet_size = edns ? MAX_EDNS_PACKET : MAX_UDP_PACKET;
632 isc_buffer_init(&msg, outpacket_buffer, max_packet_size);
H A Ddnsperf.c568 unsigned int max_packet_size; local
586 max_packet_size = config->edns ? MAX_EDNS_PACKET : MAX_UDP_PACKET;
587 isc_buffer_init(&msg, packet_buffer, max_packet_size);

Completed in 15 milliseconds