Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dns.c48 static char *dns_rcode_string(uint_t rcode);
137 dns_rcode_string(header.rcode)); in interpret_dns()
163 header.rcode, dns_rcode_string(header.rcode)); in interpret_dns()
252 dns_rcode_string(uint_t rcode) in dns_rcode_string() function
559 xrcode, rcode, dns_rcode_string(rcode)); in print_answer()