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

/bind-9.11.3/lib/dns/rdata/generic/
H A Dgpos_27.c108 dns_rdata_gpos_t *gpos = source; local
112 REQUIRE(gpos->common.rdtype == type);
113 REQUIRE(gpos->common.rdclass == rdclass);
118 RETERR(uint8_tobuffer(gpos->long_len, target));
119 RETERR(mem_tobuffer(target, gpos->longitude, gpos->long_len));
120 RETERR(uint8_tobuffer(gpos->lat_len, target));
121 RETERR(mem_tobuffer(target, gpos->latitude, gpos->lat_len));
122 RETERR(uint8_tobuffer(gpos
128 dns_rdata_gpos_t *gpos = target; local
179 dns_rdata_gpos_t *gpos = source; local
[all...]

Completed in 10 milliseconds