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

/bind-9.11.3/lib/dns/rdata/generic/
H A Dl64_106.h16 unsigned char l64[8]; member in struct:dns_rdata_l64
H A Dl64_106.c119 dns_rdata_l64_t *l64 = source; local
123 REQUIRE(l64->common.rdtype == type);
124 REQUIRE(l64->common.rdclass == rdclass);
129 RETERR(uint16_tobuffer(l64->pref, target));
130 return (mem_tobuffer(target, l64->l64, sizeof(l64->l64)));
136 dns_rdata_l64_t *l64 = target; local
144 l64
156 dns_rdata_l64_t *l64 = source; local
[all...]

Completed in 10 milliseconds