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

  /src/external/mpl/bind/dist/lib/dns/
message.c 99 #define VALID_SECTION(s) (((s) >= DNS_SECTION_ANY) && ((s) < DNS_SECTION_MAX))
  /src/external/mpl/dhcp/bind/dist/lib/dns/
message.c 94 #define VALID_SECTION(s) (((s) >= DNS_SECTION_ANY) && ((s) < DNS_SECTION_MAX))
2582 REQUIRE(VALID_SECTION(section));
3438 REQUIRE(VALID_SECTION(section));

Completed in 40 milliseconds