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

  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
types.h 317 * dns_trust_pending_additional (from the additional section).
319 dns_trust_pending_additional = 1, enumerator in enum:__anon24300
320 #define dns_trust_pending_additional ((dns_trust_t)dns_trust_pending_additional) macro
356 ((x) == dns_trust_pending_answer || (x) == dns_trust_pending_additional)
358 ((x) == dns_trust_additional || (x) == dns_trust_pending_additional)
  /src/external/mpl/bind/dist/lib/dns/include/dns/
types.h 354 * dns_trust_pending_additional (from the additional section).
356 dns_trust_pending_additional = 1, enumerator in enum:__anon246
357 #define dns_trust_pending_additional ((dns_trust_t)dns_trust_pending_additional) macro
393 ((x) == dns_trust_pending_answer || (x) == dns_trust_pending_additional)
395 ((x) == dns_trust_additional || (x) == dns_trust_pending_additional)
  /src/external/mpl/bind/dist/bin/delv/
delv.c 415 case dns_trust_pending_additional:
  /src/external/mpl/dhcp/bind/dist/lib/dns/
resolver.c 6591 trust = dns_trust_pending_additional;
  /src/external/mpl/bind/dist/lib/dns/
resolver.c 6255 trust = dns_trust_pending_additional;

Completed in 35 milliseconds