Searched refs:TestDhcpPacket (Results 1 – 1 of 1) sorted by relevance
107 class TestDhcpPacket extends DhcpPacket { class in DhcpPacketTest112 public TestDhcpPacket(byte type, Inet4Address clientIp, Inet4Address yourIp) { in TestDhcpPacket() method in DhcpPacketTest.TestDhcpPacket118 public TestDhcpPacket(byte type) { in TestDhcpPacket() method in DhcpPacketTest.TestDhcpPacket122 public TestDhcpPacket setDomainBytes(byte[] domainBytes) { in setDomainBytes()127 public TestDhcpPacket setVendorInfoBytes(byte[] vendorInfoBytes) { in setVendorInfoBytes()132 public TestDhcpPacket setLeaseTimeBytes(byte[] leaseTimeBytes) { in setLeaseTimeBytes()137 public TestDhcpPacket setNetmaskBytes(byte[] netmaskBytes) { in setNetmaskBytes()178 ByteBuffer packet = new TestDhcpPacket(DHCP_MESSAGE_TYPE_OFFER) in assertDomainAndVendorInfoParses()220 TestDhcpPacket testPacket = new TestDhcpPacket(DHCP_MESSAGE_TYPE_OFFER); in assertLeaseTimeParses()280 ByteBuffer packet = new TestDhcpPacket(type, clientIp, yourIp) in checkIpAddress()