Searched refs:DHCP_VENDOR_CLASS_ID (Results 1 – 1 of 1) sorted by relevance
304 public static final byte DHCP_VENDOR_CLASS_ID = 60; field in DhcpPacket796 if (option.type == DHCP_VENDOR_CLASS_ID) { in getVendorId()824 addTlv(buf, DHCP_VENDOR_CLASS_ID, mVendorId); in addCommonClientTlvs()838 if (option.type == DHCP_VENDOR_CLASS_ID) continue; in addCustomizedClientTlvs()1271 case DHCP_VENDOR_CLASS_ID: in decodeFullPacket()