Searched refs:ENCAP_L3 (Results 1 – 2 of 2) sorted by relevance
295 DhcpPacket offerPacket = DhcpPacket.decodeFullPacket(packet, ENCAP_L3); in testOffer1()327 DhcpPacket offerPacket = DhcpPacket.decodeFullPacket(packet, ENCAP_L3); in testOffer2()364 DhcpPacket offerPacket = DhcpPacket.decodeFullPacket(packet, ENCAP_L3); in testBadHwaddrLength()372 offerPacket = DhcpPacket.decodeFullPacket(packet, ENCAP_L3); in testBadHwaddrLength()380 offerPacket = DhcpPacket.decodeFullPacket(packet, ENCAP_L3); in testBadHwaddrLength()390 offerPacket = DhcpPacket.decodeFullPacket(packet, ENCAP_L3); in testBadHwaddrLength()399 offerPacket = DhcpPacket.decodeFullPacket(packet, ENCAP_L3); in testBadHwaddrLength()469 DhcpPacket offerPacket = DhcpPacket.decodeFullPacket(packet, ENCAP_L3); in testBug2111()
48 public static final int ENCAP_L3 = 1; // IP/UDP header included field in DhcpPacket356 if (encap <= ENCAP_L3) { in fillInPacket()416 if (encap <= ENCAP_L3) { in fillInPacket()738 if (pktType <= ENCAP_L3) { in decodeFullPacket()