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 2326 isc_stdtime_t now, bool checknta, bool *ntap, bool *issecure) {
2343 return dns_view_issecuredomain(view, name, now, checknta, ntap,
2417 bool checknta = ((query->options & DNS_FETCHOPT_NONTA) == 0); local
2421 checknta, &ntacovered, &secure_domain);
5969 bool checknta = true; local
5982 checknta = false;
5987 checknta, NULL, &secure_domain);
6580 bool checknta = true; local
6599 checknta = false;
6604 checknta, NULL, &secure_domain)
9349 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 37 milliseconds