Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/mac/
H A Dmac_protect.c2071 uint16_t cidtype; in dhcpnospoof_check_v6() local
2092 if (cidlen < sizeof (cidtype)) in dhcpnospoof_check_v6()
2095 bcopy(cid, &cidtype, sizeof (cidtype)); in dhcpnospoof_check_v6()
2096 cidtype = ntohs(cidtype); in dhcpnospoof_check_v6()
2097 if (cidtype == DHCPV6_DUID_LLT && cidlen >= sizeof (duid_llt_t)) { in dhcpnospoof_check_v6()
2101 if (cidtype == DHCPV6_DUID_LL && cidlen >= sizeof (duid_ll_t)) { in dhcpnospoof_check_v6()