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