HomeSort by: relevance | last modified time | path
    Searched defs:have_port (Results 1 - 4 of 4) 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) {
namedconf.c 3381 unsigned int have_port = 0; local
3428 have_port++;
3432 } else if (have_port == 0 && have_tls == 0 &&
3450 if (have_address > 1 || have_port > 1 ||
3451 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) {
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 20 milliseconds