Searched refs:cid1 (Results 1 – 1 of 1) sorted by relevance
754 const dhcpv6_cid_t *cid1 = arg1, *cid2 = arg2; in compare_dhcpv6_cid() local757 if (cid1->dc_cid_len < cid2->dc_cid_len) in compare_dhcpv6_cid()759 else if (cid1->dc_cid_len > cid2->dc_cid_len) in compare_dhcpv6_cid()762 if (cid1->dc_cid_len == 0) in compare_dhcpv6_cid()765 ret = memcmp(cid1->dc_cid, cid2->dc_cid, cid1->dc_cid_len); in compare_dhcpv6_cid()2181 mac_dhcpcid_t *cid1 = &p->mp_cids[j]; in validate_cids() local2183 if (i == j || cid->dc_len != cid1->dc_len) in validate_cids()2187 if (bcmp(cid->dc_id, cid1->dc_id, cid->dc_len) == 0) in validate_cids()