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

/bind-9.6-ESV-R11/lib/dns/rdata/in_1/
H A Ddhcid_49.h26 unsigned char *dhcid; member in struct:dns_rdata_in_dhcid
H A Ddhcid_49.c123 dns_rdata_in_dhcid_t *dhcid = source; local
128 REQUIRE(dhcid->common.rdtype == type);
129 REQUIRE(dhcid->common.rdclass == rdclass);
130 REQUIRE(dhcid->length != 0);
135 return (mem_tobuffer(target, dhcid->dhcid, dhcid->length));
140 dns_rdata_in_dhcid_t *dhcid = target; local
148 dhcid->common.rdclass = rdata->rdclass;
149 dhcid
164 dns_rdata_in_dhcid_t *dhcid = source; local
[all...]

Completed in 811 milliseconds