H A D | DhcpPacket.java | 977 static DhcpPacket decodeFullPacket(ByteBuffer packet, int pktType, byte[] optionsToSkip) in decodeFullPacket() method in DhcpPacket 1390 public static DhcpPacket decodeFullPacket(byte[] packet, int length, int pktType, in decodeFullPacket() method in DhcpPacket 1394 return decodeFullPacket(buffer, pktType, optionsToSkip); in decodeFullPacket() 1405 public static DhcpPacket decodeFullPacket(byte[] packet, int length, int pktType) in decodeFullPacket() method in DhcpPacket 1407 return decodeFullPacket(packet, length, pktType, new byte[0]); in decodeFullPacket()
|