Home
last modified time | relevance | path

Searched refs:packetType (Results 1 – 5 of 5) sorted by relevance

/packages/modules/NetworkStack/src/android/net/util/
DNetworkStackUtils.java297 public static native void attachRaFilter(FileDescriptor fd, int packetType) in attachRaFilter() argument
308 public static native void attachControlPacketFilter(FileDescriptor fd, int packetType) in attachControlPacketFilter() argument
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DNetworkValidationTest.kt230 packetType: Class<T>, in makeOfferPacket()
238 assertTrue(packetType.isInstance(packet), in makeOfferPacket()
240 return packetType.cast(packet) in makeOfferPacket()
/packages/services/Car/cpp/computepipe/runner/client_interface/
DAidlClientImpl.cpp170 proto::PacketType packetType = packetHandle->getType(); in dispatchPacketToClient() local
171 switch (packetType) { in dispatchPacketToClient()
/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpServer.java828 final String packetType = packet.getClass().getSimpleName(); in onReceive() local
830 packetType, srcPort); in onReceive()
/packages/modules/NetworkStack/tests/integration/src/android/net/ip/
DIpClientIntegrationTestCommon.java2500 Class<? extends DhcpPacket> packetType) throws Exception {
2502 assertTrue(packetType.isInstance(packet));