Searched refs:ns_t_tsig (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/libresolv-57/
H A Dns_verify.c112 if (type != ns_t_tsig)
178 if (type != ns_t_tsig)
404 if (type != ns_t_tsig)
H A Dnameser.h312 ns_t_tsig = 250, /* Transaction signature. */ enumerator in enum:__ns_type
326 #define ns_t_mrr_p(t) ((t) == ns_t_tsig || (t) == ns_t_opt)
H A Dns_sign.c121 NS_PUT16(ns_t_tsig, cp);
318 NS_PUT16(ns_t_tsig, cp);
H A Dns_print.c655 case ns_t_tsig: {
H A Dres_debug.c461 {ns_t_tsig, "TSIG", "transaction signature"},
H A Ddns_util.c1455 case ns_t_tsig: return "TSIG ";
1516 if (!strcasecmp(t, "TSIG")) { *n = ns_t_tsig; return 0; }

Completed in 95 milliseconds