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

/bind-9.11.3/bin/named/
H A Dserver.c7290 in_port_t listen_port, udpport_low, udpport_high; local
7584 &udpport_high),
7586 if (udpport_low == udpport_high) {
7590 udpport_high);
7596 "[%d, %d]", udpport_low, udpport_high);
7609 &udpport_high),
7611 if (udpport_low == udpport_high) {
7615 udpport_high);
7621 "[%d, %d]", udpport_low, udpport_high);

Completed in 64 milliseconds