Searched defs:EDNSLEN (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Ddns.c69 #define EDNSLEN 11 macro
306 if (isc_buffer_availablelength(packet) < EDNSLEN) {
/bind-9.11.3/contrib/queryperf/
H A Dqueryperf.c76 #define EDNSLEN 11 macro
1418 if (buffer_len + EDNSLEN >= PACKETSZ) {
1438 buffer_len += EDNSLEN;

Completed in 26 milliseconds