Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpPacket.java1516 public static ByteBuffer buildDiscoverPacket(int encap, int transactionId, in buildDiscoverPacket() method in DhcpPacket
1533 public static ByteBuffer buildDiscoverPacket(int encap, int transactionId, in buildDiscoverPacket() method in DhcpPacket
1536 return buildDiscoverPacket(encap, transactionId, secs, clientMac, broadcast, in buildDiscoverPacket()
DDhcpClient.java778 final ByteBuffer packet = DhcpPacket.buildDiscoverPacket( in sendDiscoverPacket()
1428 final ByteBuffer packet = DhcpPacket.buildDiscoverPacket( in sendPreconnectionPacket()
/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/
DDhcpPacketTest.java1121 ByteBuffer packet = DhcpPacket.buildDiscoverPacket( in testDiscoverPacket()
/packages/modules/Connectivity/Tethering/tests/integration/base/android/net/
DTetheringTester.java228 ByteBuffer packet = DhcpPacket.buildDiscoverPacket(DhcpPacket.ENCAP_L2, in sendDhcpDiscover()