Searched refs:cidtype (Results 1 – 1 of 1) sorted by relevance
1842 uint16_t cidtype; in dhcpnospoof_check_v6() local1863 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()