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

  /src/external/mpl/bind/dist/lib/dns/
result.c 71 return dns_rcode_notauth;
110 case dns_rcode_notauth:
rcode.c 61 { dns_rcode_notauth, "NOTAUTH", 0 }, \
zone.c 19023 case dns_rcode_notauth: {
  /src/external/mpl/dhcp/bind/dist/lib/dns/
result.c 449 rcode = dns_rcode_notauth;
rcode.c 66 { dns_rcode_notauth, "NOTAUTH", 0 }, \
client.c 1803 case dns_rcode_notauth:
zone.c 18325 case dns_rcode_notauth: {
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
types.h 258 dns_rcode_notauth = 9, enumerator in enum:__anon24297
259 #define dns_rcode_notauth ((dns_rcode_t)dns_rcode_notauth) macro
  /src/external/mpl/bind/dist/lib/dns/include/dns/
types.h 295 dns_rcode_notauth = 9, enumerator in enum:__anon243
296 #define dns_rcode_notauth ((dns_rcode_t)dns_rcode_notauth) macro
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
dns-msg.h 248 #define dns_rcode_notauth 9 // [RFC2136] Server Not Authoritative for zone, or [RFC2845] Not Authorized macro
wireutils.c 485 case dns_rcode_notauth:
srp-dns-proxy.c 847 case dns_rcode_notauth:

Completed in 104 milliseconds