Searched refs:TestDhcpPacket (Results 1 – 1 of 1) sorted by relevance
56 class TestDhcpPacket extends DhcpPacket { class in DhcpPacketTest61 public TestDhcpPacket(byte type, Inet4Address clientIp, Inet4Address yourIp) { in TestDhcpPacket() method in DhcpPacketTest.TestDhcpPacket67 public TestDhcpPacket(byte type) { in TestDhcpPacket() method in DhcpPacketTest.TestDhcpPacket71 public TestDhcpPacket setDomainBytes(byte[] domainBytes) { in setDomainBytes()76 public TestDhcpPacket setVendorInfoBytes(byte[] vendorInfoBytes) { in setVendorInfoBytes()81 public TestDhcpPacket setLeaseTimeBytes(byte[] leaseTimeBytes) { in setLeaseTimeBytes()86 public TestDhcpPacket setNetmaskBytes(byte[] netmaskBytes) { in setNetmaskBytes()127 ByteBuffer packet = new TestDhcpPacket(DHCP_MESSAGE_TYPE_OFFER) in assertDomainAndVendorInfoParses()168 TestDhcpPacket testPacket = new TestDhcpPacket(DHCP_MESSAGE_TYPE_OFFER); in assertLeaseTimeParses()225 ByteBuffer packet = new TestDhcpPacket(type, clientIp, yourIp) in checkIpAddress()