D | DhcpPacket.java | 995 static DhcpPacket decodeFullPacket(ByteBuffer packet, int pktType, byte[] optionsToSkip) in decodeFullPacket() method in DhcpPacket 1421 public static DhcpPacket decodeFullPacket(byte[] packet, int length, int pktType, in decodeFullPacket() method in DhcpPacket 1425 return decodeFullPacket(buffer, pktType, optionsToSkip); in decodeFullPacket() 1436 public static DhcpPacket decodeFullPacket(byte[] packet, int length, int pktType) in decodeFullPacket() method in DhcpPacket 1438 return decodeFullPacket(packet, length, pktType, new byte[0]); in decodeFullPacket()
|