Home
last modified time | relevance | path

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

/freebsd/include/arpa/
H A Dnameser.h335 ns_t_tsig = 250, /*%< Transaction signature. */ enumerator
350 #define ns_t_mrr_p(t) ((t) == ns_t_tsig || (t) == ns_t_opt)
H A Dnameser_compat.h198 #define T_TSIG ns_t_tsig
/freebsd/lib/libc/resolv/
H A Dres_debug.c507 {ns_t_tsig, "TSIG", "transaction signature"},
/freebsd/lib/libc/nameser/
H A Dns_print.c653 case ns_t_tsig: { in ns_sprintrrf()