Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/arpa/
H A Dnameser_compat.h222 #define T_WKS ns_t_wks
H A Dnameser.h335 ns_t_wks = 11, /* Well known service. */ enumerator
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dns.c282 case ns_t_wks: return (detail ? "Well Known Service" : "WKS"); in dns_type_string()
706 case ns_t_wks: in print_answer()
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c491 {ns_t_wks, "WKS", "well-known service (deprecated)"},
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_print.c406 case ns_t_wks: { in ns_sprintrrf()