Home
last modified time | relevance | path

Searched refs:buildOfferPacket (Results 1 – 6 of 6) sorted by relevance

/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpPacket.java1509 public static ByteBuffer buildOfferPacket(int encap, int transactionId, in buildOfferPacket() method in DhcpPacket
1540 public static ByteBuffer buildOfferPacket(int encap, int transactionId, in buildOfferPacket() method in DhcpPacket
1546 return buildOfferPacket(encap, transactionId, broadcast, serverIpAddr, relayIp, yourIp, in buildOfferPacket()
DDhcpServer.java693 final ByteBuffer offerPacket = DhcpPacket.buildOfferPacket( in transmitOffer()
/packages/modules/NetworkStack/tests/integration/src/android/net/util/
DNetworkStackUtilsIntegrationTest.kt115 val buffer = DhcpPacket.buildOfferPacket(DhcpPacket.ENCAP_BOOTP, 123 /* transactionId */, in testAddArpEntry()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DNetworkValidationTest.kt209 DhcpPacket.buildOfferPacket(DhcpPacket.ENCAP_L2, transactionId, in makeOfferPacket()
/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/
DDhcpPacketTest.java1205 final ByteBuffer packet = DhcpPacket.buildOfferPacket( in checkBuildOfferPacket()
/packages/modules/NetworkStack/tests/integration/src/android/net/ip/
DIpClientIntegrationTestCommon.java718 return DhcpPacket.buildOfferPacket(DhcpPacket.ENCAP_L2, packet.getTransactionId(),