HomeSort by: relevance | last modified time | path
    Searched defs:dhcid (Results 1 - 7 of 7) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/rdata/in_1/
dhcid_49.h 22 unsigned char *dhcid; member in struct:dns_rdata_in_dhcid
dhcid_49.c 124 dns_rdata_in_dhcid_t *dhcid = source; local
128 REQUIRE(dhcid != NULL);
129 REQUIRE(dhcid->common.rdtype == type);
130 REQUIRE(dhcid->common.rdclass == rdclass);
131 REQUIRE(dhcid->length != 0);
136 return mem_tobuffer(target, dhcid->dhcid, dhcid->length);
141 dns_rdata_in_dhcid_t *dhcid = target; local
146 REQUIRE(dhcid != NULL)
160 dns_rdata_in_dhcid_t *dhcid = source; local
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/
dhcid_49.h 23 unsigned char *dhcid; member in struct:dns_rdata_in_dhcid
dhcid_49.c 125 dns_rdata_in_dhcid_t *dhcid = source; local
129 REQUIRE(dhcid != NULL);
130 REQUIRE(dhcid->common.rdtype == type);
131 REQUIRE(dhcid->common.rdclass == rdclass);
132 REQUIRE(dhcid->length != 0);
137 return (mem_tobuffer(target, dhcid->dhcid, dhcid->length));
142 dns_rdata_in_dhcid_t *dhcid = target; local
147 REQUIRE(dhcid != NULL)
167 dns_rdata_in_dhcid_t *dhcid = source; local
    [all...]
  /src/external/mpl/bind/include/dns/
rdatastruct.h 1355 unsigned char *dhcid; member in struct:dns_rdata_in_dhcid
  /src/external/mpl/dhcp/bind/include/dns/
rdatastruct.h 1507 unsigned char *dhcid; member in struct:dns_rdata_in_dhcid
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 1816 struct data_string dhcid; member in struct:dhcp_ddns_cb

Completed in 32 milliseconds