Home
last modified time | relevance | path

Searched refs:buildNakPacket (Results 1 – 4 of 4) sorted by relevance

/packages/modules/NetworkStack/tests/integration/signature/android/net/util/
DNetworkStackUtilsIntegrationTest.kt321 val packet = DhcpPacket.buildNakPacket(DhcpPacket.ENCAP_L2, 42, in doTestDhcpResponseWithMfBitDropped()
/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpServer.java747 final ByteBuffer nakPacket = DhcpPacket.buildNakPacket( in transmitNak()
DDhcpPacket.java1643 public static ByteBuffer buildNakPacket(int encap, int transactionId, Inet4Address serverIpAddr, in buildNakPacket() method in DhcpPacket
/packages/modules/NetworkStack/tests/integration/common/android/net/ip/
DIpClientIntegrationTestCommon.java1149 return DhcpPacket.buildNakPacket(DhcpPacket.ENCAP_L2, packet.getTransactionId(),