HomeSort by: relevance | last modified time | path
    Searched defs:have_port (Results 1 - 8 of 8) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isccfg/
parser.c 3263 int have_port = 0; local
3283 ++have_port;
3303 if (have_port > 1) {
parser.c 3263 int have_port = 0; local
3283 ++have_port;
3303 if (have_port > 1) {
namedconf.c 3382 unsigned int have_port = 0; local
3429 have_port++;
3433 } else if (have_port == 0 && have_tls == 0 &&
3451 if (have_address > 1 || have_port > 1 ||
3452 have_address + have_port == 0)
namedconf.c 3382 unsigned int have_port = 0; local
3429 have_port++;
3433 } else if (have_port == 0 && have_tls == 0 &&
3451 if (have_address > 1 || have_port > 1 ||
3452 have_address + have_port == 0)
  /src/external/mpl/dhcp/bind/dist/lib/isccfg/
parser.c 3461 int have_port = 0, have_dscp = 0; local
3471 ++have_port;
3491 if (have_port > 1) {
parser.c 3461 int have_port = 0, have_dscp = 0; local
3471 ++have_port;
3491 if (have_port > 1) {
namedconf.c 3126 unsigned int have_port = 0; local
3153 have_port++;
3166 } else if (have_port == 0 && have_dscp == 0 &&
3180 if (have_address > 1 || have_port > 1 || have_address + have_port == 0)
namedconf.c 3126 unsigned int have_port = 0; local
3153 have_port++;
3166 } else if (have_port == 0 && have_dscp == 0 &&
3180 if (have_address > 1 || have_port > 1 || have_address + have_port == 0)

Completed in 40 milliseconds