Searched refs:buildDiscoverPacket (Results 1 – 4 of 4) sorted by relevance
/packages/modules/NetworkStack/src/android/net/dhcp/ |
D | DhcpPacket.java | 1516 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()
|
D | DhcpClient.java | 778 final ByteBuffer packet = DhcpPacket.buildDiscoverPacket( in sendDiscoverPacket() 1428 final ByteBuffer packet = DhcpPacket.buildDiscoverPacket( in sendPreconnectionPacket()
|
/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/ |
D | DhcpPacketTest.java | 1121 ByteBuffer packet = DhcpPacket.buildDiscoverPacket( in testDiscoverPacket()
|
/packages/modules/Connectivity/Tethering/tests/integration/base/android/net/ |
D | TetheringTester.java | 228 ByteBuffer packet = DhcpPacket.buildDiscoverPacket(DhcpPacket.ENCAP_L2, in sendDhcpDiscover()
|