HomeSort by: relevance | last modified time | path
    Searched refs:checknta (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/include/dns/
view.h 1010 isc_stdtime_t now, bool checknta, bool *ntap,
1016 * If 'checknta' is false, ignore the NTA table in determining
1017 * whether this is a secure domain. If 'checknta' is not false, and if
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
view.h 1167 isc_stdtime_t now, bool checknta, bool *ntap,
1173 * If 'checknta' is false, ignore the NTA table in determining
1174 * whether this is a secure domain. If 'checknta' is not false, and if
  /src/external/mpl/dhcp/bind/dist/lib/dns/
resolver.c 2541 isc_stdtime_t now, bool checknta, bool *ntap, bool *issecure) {
2558 return (dns_view_issecuredomain(view, name, now, checknta, ntap,
2669 bool checknta = ((query->options & DNS_FETCHOPT_NONTA) == 0); local
2673 checknta, &ntacovered, &secure_domain);
6391 bool checknta = true; local
6405 checknta = false;
6410 checknta, NULL, &secure_domain);
6967 bool checknta = true; local
6992 checknta = false;
6997 checknta, NULL, &secure_domain)
9637 bool checknta = true; local
    [all...]
view.c 1958 isc_stdtime_t now, bool checknta, bool *ntap,
1982 if (checknta && secure && view->ntatable_priv != NULL &&
  /src/external/mpl/bind/dist/lib/dns/
resolver.c 2332 isc_stdtime_t now, bool checknta, bool *ntap, bool *issecure) {
2349 return dns_view_issecuredomain(view, name, now, checknta, ntap,
2423 bool checknta = ((query->options & DNS_FETCHOPT_NONTA) == 0); local
2427 checknta, &ntacovered, &secure_domain);
6049 bool checknta = true; local
6062 checknta = false;
6067 checknta, NULL, &secure_domain);
6686 bool checknta = true; local
6705 checknta = false;
6710 checknta, NULL, &secure_domain)
9496 bool checknta = true; local
    [all...]
view.c 1603 isc_stdtime_t now, bool checknta, bool *ntap,
1625 if (checknta && secure && view->ntatable_priv != NULL &&

Completed in 25 milliseconds