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

/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dl32_105.h24 struct in_addr l32; member in struct:dns_rdata_l32
H A Dl32_105.c128 dns_rdata_l32_t *l32 = source; local
133 REQUIRE(l32->common.rdtype == type);
134 REQUIRE(l32->common.rdclass == rdclass);
139 RETERR(uint16_tobuffer(l32->pref, target));
140 n = ntohl(l32->l32.s_addr);
147 dns_rdata_l32_t *l32 = target; local
156 l32->common.rdclass = rdata->rdclass;
157 l32->common.rdtype = rdata->type;
158 ISC_LINK_INIT(&l32
169 dns_rdata_l32_t *l32 = source; local
[all...]

Completed in 17 milliseconds