Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DNetworkValidationTest.kt208 DhcpPacket.buildOfferPacket(DhcpPacket.ENCAP_L2, transactionId, in makeOfferPacket()
/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpPacket.java1543 public static ByteBuffer buildOfferPacket(int encap, int transactionId, in buildOfferPacket() method in DhcpPacket
1578 public static ByteBuffer buildOfferPacket(int encap, int transactionId, in buildOfferPacket() method in DhcpPacket
1584 return buildOfferPacket(encap, transactionId, broadcast, serverIpAddr, relayIp, yourIp, in buildOfferPacket()
DDhcpServer.java708 final ByteBuffer offerPacket = DhcpPacket.buildOfferPacket( in transmitOffer()
/packages/modules/NetworkStack/tests/integration/signature/android/net/util/
DNetworkStackUtilsIntegrationTest.kt132 val buffer = DhcpPacket.buildOfferPacket(DhcpPacket.ENCAP_BOOTP, 123 /* transactionId */, in testAddArpEntry()
/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/
DDhcpPacketTest.java1206 final ByteBuffer packet = DhcpPacket.buildOfferPacket( in checkBuildOfferPacket()
/packages/modules/NetworkStack/tests/integration/common/android/net/ip/
DIpClientIntegrationTestCommon.java1107 return DhcpPacket.buildOfferPacket(DhcpPacket.ENCAP_L2, packet.getTransactionId(),