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

/bind-9.11.3/lib/dns/rdata/generic/
H A Dloc_29.c669 dns_rdata_loc_t *loc = source; local
674 REQUIRE(loc->common.rdtype == type);
675 REQUIRE(loc->common.rdclass == rdclass);
680 if (loc->v.v0.version != 0)
682 RETERR(uint8_tobuffer(loc->v.v0.version, target));
684 c = loc->v.v0.size;
687 RETERR(uint8_tobuffer(loc->v.v0.size, target));
689 c = loc->v.v0.horizontal;
692 RETERR(uint8_tobuffer(loc->v.v0.horizontal, target));
694 c = loc
713 dns_rdata_loc_t *loc = target; local
751 dns_rdata_loc_t *loc = source; local
[all...]

Completed in 8 milliseconds