Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_protect.c1842 uint16_t cidtype; in dhcpnospoof_check_v6() local
1863 if (cidlen < sizeof (cidtype)) in dhcpnospoof_check_v6()
1866 bcopy(cid, &cidtype, sizeof (cidtype)); in dhcpnospoof_check_v6()
1867 cidtype = ntohs(cidtype); in dhcpnospoof_check_v6()
1868 if (cidtype == DHCPV6_DUID_LLT && cidlen >= sizeof (duid_llt_t)) { in dhcpnospoof_check_v6()
1872 if (cidtype == DHCPV6_DUID_LL && cidlen >= sizeof (duid_ll_t)) { in dhcpnospoof_check_v6()