Searched defs:pktType (Results 1 – 2 of 2) sorted by relevance
81 int16_t pktType = static_cast<int16_t>(packetType); in serializeHeader() local
728 public static DhcpPacket decodeFullPacket(ByteBuffer packet, int pktType) throws ParseException in decodeFullPacket()1090 public static DhcpPacket decodeFullPacket(byte[] packet, int length, int pktType) in decodeFullPacket()