HomeSort by: relevance | last modified time | path
    Searched refs:dhcid (Results 1 - 12 of 12) 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/dhcp/dist/common/tests/
dns_unittest.c 25 * Currently this is limited to verifying the dhcid code is
32 * The tests for the standard dhcid records compare to values
65 u_int8_t *dhcid, unsigned dhcid_len)
81 atf_tc_fail("Unable to get std dhcid for %d", test);
83 atf_tc_fail("Wrong class for std dhcid for %d", test);
84 } else if (ddns_cb.dhcid.len != dhcid_len) {
85 atf_tc_fail("Wrong length for std dhcid for %d", test);
86 } else if (memcmp(ddns_cb.dhcid.data, dhcid, dhcid_len) != 0) {
87 atf_tc_fail("Wrong digest for std dhcid for %d", test)
    [all...]
  /src/external/mpl/dhcp/dist/common/
dns.c 594 data_string_forget(&ddns_cb->dhcid, file, line);
1462 * mangles it into a dhcid string which it places in ddns_cb. It also
1464 * when sending the dhcid, in this case it is a DHCID record so we use
1467 * The DHCID we construct is:
1484 struct data_string *id = &ddns_cb->dhcid;
1568 * mangles it into a dhcid string which it places in ddns_cb. It also
1570 * when sending the dhcid, in this case it is a txt record so we use
1574 * dhcid, they can't be changed now as that would break the records
1583 struct data_string *id = &ddns_cb->dhcid;
    [all...]
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-log.c 103 CASE_TO_STR(dhcid);
  /src/external/mpl/dhcp/dist/server/
ddns.c 43 char *ddns_standard_tag = "ddns-dhcid";
536 * copy the string now so we can pass it to the dhcid routines
542 * If we are updating the A record, compute the DHCID value.
543 * We have two options for computing the DHCID value, the older
547 * We select the type of DHCID to construct and the information to
912 &ddns_cb->dhcid);
914 /* convert from dns version to lease version of dhcid */
916 dhcid_tolease(&ddns_cb->dhcid, &lease_dhcid);
1406 * has added a new name whose only RRs are the A and DHCID RR records.
1431 * existing A RR and the existing DHCID RR, adding A and DHCID RRs tha
    [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/client/
dhclient.c 629 /* enable standard DHCID support for DDNS updates */
5061 * to specify the name would get the name. In this case, the DHCID RR
5221 * has added a new name whose only RRs are the A and DHCID RR records.
5242 * existing A RR and the existing DHCID RR, adding A and DHCID RRs that
5281 * another attempt for later. We forget the name, dhcid and
5285 data_string_forget(&ddns_cb->dhcid, MDL);
5361 * Construct the DHCID value for use in the DDNS update process
5384 * construct the dhcid for either standard
5443 if (ddns_cb->fwd_name.len && ddns_cb->dhcid.len)
    [all...]
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 1816 struct data_string dhcid; member in struct:dhcp_ddns_cb

Completed in 43 milliseconds