Home
last modified time | relevance | path

Searched refs:other_dhcid (Results 1 – 3 of 3) sorted by relevance

/dports/net/kea/kea-2.0.1/src/lib/dns/rdata/in_1/
H A Ddhcid_49.cc139 const DHCID& other_dhcid = dynamic_cast<const DHCID&>(other); in compare() local
142 size_t other_len = other_dhcid.digest_.size(); in compare()
144 int cmp = memcmp(&digest_[0], &other_dhcid.digest_[0], cmplen); in compare()
/dports/net/kea/kea-2.0.1/src/lib/dhcp_ddns/tests/
H A Dncr_unittests.cc326 D2Dhcid other_dhcid; in TEST() local
327 EXPECT_NO_THROW(other_dhcid.fromStr(test_str)); in TEST()
329 EXPECT_TRUE(dhcid == other_dhcid); in TEST()
330 EXPECT_FALSE(dhcid != other_dhcid); in TEST()
332 EXPECT_NO_THROW(other_dhcid.fromStr("BBCCDDEE")); in TEST()
333 EXPECT_TRUE(dhcid < other_dhcid); in TEST()
/dports/net/kea/kea-2.0.1/src/lib/dns/
H A Drdataclass.cc6752 const DHCID& other_dhcid = dynamic_cast<const DHCID&>(other); in compare() local
6755 size_t other_len = other_dhcid.digest_.size(); in compare()
6757 int cmp = memcmp(&digest_[0], &other_dhcid.digest_[0], cmplen); in compare()