Home
last modified time | relevance | path

Searched refs:ns_r_noerror (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/head/arpa/
H A Dnameser_compat.h192 #define NOERROR ns_r_noerror
H A Dnameser.h240 ns_r_noerror = 0, /* No error occurred. */ enumerator
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_findzonecut.c309 if (ancount > 0 && rcode == ns_r_noerror) in get_soa()
H A Dres_debug.c556 {ns_r_noerror, "NOERROR", "no error"},
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dns.c256 case ns_r_noerror: return ("OK"); in dns_rcode_string()