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

/bind-9.11.3/lib/isccfg/
H A Dparser.c2629 int have_port = 0, have_dscp = 0; local
2639 ++have_port;
2651 if (have_port > 1) {
H A Dnamedconf.c3073 unsigned int have_port = 0; local
3102 have_port++;
3109 } else if (have_port == 0 && have_dscp == 0 &&
3122 if (have_address > 1 || have_port > 1 ||
3123 have_address + have_port == 0) {

Completed in 26 milliseconds