Searched refs:ns_t_opt (Results 1 – 5 of 5) sorted by relevance
76 ns_t_opt = 41, /* EDNS0 option (meta-RR) */ enumerator194 #define T_OPT ns_t_opt
86 ns_t_opt = 41, /* EDNS0 option (meta-RR) */ enumerator
126 case ns_t_opt: return "OPT"; in RRTypeToString()295 if (rrtype == ns_t_opt) { in RRToString()
181 : DNSRR("", ns_t_opt, static_cast<ns_class>(udpsize), extrcode) {} in DNSOptRR()