Searched refs:l64 (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dl64_106.h24 unsigned char l64[8]; member in struct:dns_rdata_l64
H A Dl64_106.c127 dns_rdata_l64_t *l64 = source; local
131 REQUIRE(l64->common.rdtype == type);
132 REQUIRE(l64->common.rdclass == rdclass);
137 RETERR(uint16_tobuffer(l64->pref, target));
138 return (mem_tobuffer(target, l64->l64, sizeof(l64->l64)));
144 dns_rdata_l64_t *l64 = target; local
152 l64
164 dns_rdata_l64_t *l64 = source; local
[all...]

Completed in 9 milliseconds