Searched defs:nxt (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/rdata/generic/
H A Dnxt_30.c194 dns_rdata_nxt_t *nxt = source; local
199 REQUIRE(nxt->common.rdtype == type);
200 REQUIRE(nxt->common.rdclass == rdclass);
201 REQUIRE(nxt->typebits != NULL || nxt->len == 0);
202 if (nxt->typebits != NULL && (nxt->typebits[0] & 0x80) == 0) {
203 REQUIRE(nxt->len <= 16);
204 REQUIRE(nxt->typebits[nxt
219 dns_rdata_nxt_t *nxt = target; local
253 dns_rdata_nxt_t *nxt = source; local
[all...]

Completed in 9 milliseconds