Home
last modified time | relevance | path

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

/openbsd/usr.bin/dig/lib/dns/rdata/generic/
H A Dopt_41.c36 REQUIRE(rdata->type == dns_rdatatype_opt); in totext_opt()
78 REQUIRE(type == dns_rdatatype_opt); in fromwire_opt()
192 REQUIRE(rdata->type == dns_rdatatype_opt); in towire_opt()
/openbsd/usr.bin/dig/lib/dns/include/dns/
H A Dtypes.h119 dns_rdatatype_opt = 41, enumerator
/openbsd/usr.bin/dig/lib/dns/
H A Dmessage.c1095 rdtype != dns_rdatatype_opt && /* class is UDP SIZE */ in getsection()
1108 && rdtype != dns_rdatatype_opt in getsection()
1139 } else if (rdtype == dns_rdatatype_opt) { in getsection()
1253 if (rdtype != dns_rdatatype_opt && in getsection()
1283 if (rdtype != dns_rdatatype_opt && in getsection()
1314 if (rdtype == dns_rdatatype_opt && msg->opt == NULL) { in getsection()
2108 REQUIRE(opt->type == dns_rdatatype_opt); in dns_message_setopt()
2735 rdatalist->type = dns_rdatatype_opt; in dns_message_buildopt()