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

/bind-9.11.3/lib/dns/rdata/generic/
H A Dl32_105.h16 struct in_addr l32; member in struct:dns_rdata_l32
H A Dl32_105.c120 dns_rdata_l32_t *l32 = source; local
125 REQUIRE(l32->common.rdtype == type);
126 REQUIRE(l32->common.rdclass == rdclass);
131 RETERR(uint16_tobuffer(l32->pref, target));
132 n = ntohl(l32->l32.s_addr);
139 dns_rdata_l32_t *l32 = target; local
148 l32->common.rdclass = rdata->rdclass;
149 l32->common.rdtype = rdata->type;
150 ISC_LINK_INIT(&l32
161 dns_rdata_l32_t *l32 = source; local
[all...]

Completed in 9 milliseconds