Searched refs:DHCP_VENDOR_CLASS_ID (Results 1 – 1 of 1) sorted by relevance
302 public static final byte DHCP_VENDOR_CLASS_ID = 60; field in DhcpPacket787 if (option.type == DHCP_VENDOR_CLASS_ID) { in getVendorId()816 addTlv(buf, DHCP_VENDOR_CLASS_ID, mVendorId); in addCommonClientTlvs()830 if (option.type == DHCP_VENDOR_CLASS_ID) continue; in addCustomizedClientTlvs()1252 case DHCP_VENDOR_CLASS_ID: in decodeFullPacket()