Searched refs:buildOfferPacket (Results 1 – 6 of 6) sorted by relevance
/packages/modules/NetworkStack/src/android/net/dhcp/ |
D | DhcpPacket.java | 1509 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()
|
D | DhcpServer.java | 693 final ByteBuffer offerPacket = DhcpPacket.buildOfferPacket( in transmitOffer()
|
/packages/modules/NetworkStack/tests/integration/src/android/net/util/ |
D | NetworkStackUtilsIntegrationTest.kt | 115 val buffer = DhcpPacket.buildOfferPacket(DhcpPacket.ENCAP_BOOTP, 123 /* transactionId */, in testAddArpEntry()
|
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | NetworkValidationTest.kt | 209 DhcpPacket.buildOfferPacket(DhcpPacket.ENCAP_L2, transactionId, in makeOfferPacket()
|
/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/ |
D | DhcpPacketTest.java | 1205 final ByteBuffer packet = DhcpPacket.buildOfferPacket( in checkBuildOfferPacket()
|
/packages/modules/NetworkStack/tests/integration/src/android/net/ip/ |
D | IpClientIntegrationTestCommon.java | 718 return DhcpPacket.buildOfferPacket(DhcpPacket.ENCAP_L2, packet.getTransactionId(),
|