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

/bind-9.11.3/lib/dns/rdata/in_1/
H A Ddhcid_49.h18 unsigned char *dhcid; member in struct:dns_rdata_in_dhcid
H A Ddhcid_49.c119 dns_rdata_in_dhcid_t *dhcid = source; local
124 REQUIRE(dhcid->common.rdtype == type);
125 REQUIRE(dhcid->common.rdclass == rdclass);
126 REQUIRE(dhcid->length != 0);
131 return (mem_tobuffer(target, dhcid->dhcid, dhcid->length));
136 dns_rdata_in_dhcid_t *dhcid = target; local
144 dhcid->common.rdclass = rdata->rdclass;
145 dhcid
160 dns_rdata_in_dhcid_t *dhcid = source; local
[all...]

Completed in 9 milliseconds