D | DhcpPacket.java | 906 static DhcpPacket decodeFullPacket(ByteBuffer packet, int pktType, byte[] optionsToSkip) in decodeFullPacket() method in DhcpPacket 1306 public static DhcpPacket decodeFullPacket(byte[] packet, int length, int pktType, in decodeFullPacket() method in DhcpPacket 1310 return decodeFullPacket(buffer, pktType, optionsToSkip); in decodeFullPacket() 1321 public static DhcpPacket decodeFullPacket(byte[] packet, int length, int pktType) in decodeFullPacket() method in DhcpPacket 1323 return decodeFullPacket(packet, length, pktType, new byte[0]); in decodeFullPacket()
|