Searched refs:pktType (Results 1 – 2 of 2) sorted by relevance
552 public static DhcpPacket decodeFullPacket(ByteBuffer packet, int pktType) in decodeFullPacket() argument582 if (pktType == ENCAP_L2) { in decodeFullPacket()596 if ((pktType == ENCAP_L2) || (pktType == ENCAP_L3)) { in decodeFullPacket()808 public static DhcpPacket decodeFullPacket(byte[] packet, int pktType) in decodeFullPacket() argument811 return decodeFullPacket(buffer, pktType); in decodeFullPacket()
81 int16_t pktType = static_cast<int16_t>(packetType); in serializeHeader() local84 SERIALIZE_INT16(pktType); in serializeHeader()