Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/android/net/util/
DNetworkStackUtils.java209 public static native void attachRaFilter(FileDescriptor fd, int packetType) in attachRaFilter() argument
220 public static native void attachControlPacketFilter(FileDescriptor fd, int packetType) in attachControlPacketFilter() argument
/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpServer.java353 final String packetType = packet.getClass().getSimpleName(); in processPacket() local
355 mLog.logf("Ignored packet of type %s sent from client port %d", packetType, srcPort); in processPacket()
359 mLog.log("Received packet of type " + packetType); in processPacket()