Home
last modified time | relevance | path

Searched defs:offerPacket (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/
DDhcpPacketTest.java173 DhcpPacket offerPacket = DhcpPacket.decodeFullPacket(packet, ENCAP_BOOTP); in assertDomainAndVendorInfoParses() local
215 DhcpPacket offerPacket = null; in assertLeaseTimeParses() local
270 DhcpPacket offerPacket = DhcpPacket.decodeFullPacket(packet, ENCAP_BOOTP); in checkIpAddress() local
355 DhcpPacket offerPacket = DhcpPacket.decodeFullPacket(packet, ENCAP_L3); in testOffer1() local
388 DhcpPacket offerPacket = DhcpPacket.decodeFullPacket(packet, ENCAP_L3); in testOffer2() local
404 DhcpPacket offerPacket = DhcpPacket.decodeFullPacket(packet, packet.length, ENCAP_L3); in testBadIpPacket() local
423 DhcpPacket offerPacket = DhcpPacket.decodeFullPacket(packet, packet.length, ENCAP_L3); in testBadDhcpPacket() local
452 DhcpPacket offerPacket = DhcpPacket.decodeFullPacket(packet, packet.length, ENCAP_L3); in testBadTruncatedOffer() local
483 DhcpPacket offerPacket = DhcpPacket.decodeFullPacket(packet, packet.length, ENCAP_L3); in testBadOfferWithoutACookie() local
515 DhcpPacket offerPacket = DhcpPacket.decodeFullPacket(packet, packet.length, ENCAP_L3); in testOfferWithBadCookie() local
[all …]
/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpServer.java485 final ByteBuffer offerPacket = DhcpPacket.buildOfferPacket( in transmitOffer() local