Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dns.c465 uint8_t xrcode; /* Extended-rcode */ in print_answer() local
496 + sizeof (xrcode) in print_answer()
504 GETINT8(xrcode, data); in print_answer()
509 rcode = 0xff & (xrcode << 4); in print_answer()
527 xrcode, rcode, dns_rcode_string(rcode)); in print_answer()