Home
last modified time | relevance | path

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

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