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