Searched refs:packetType (Results 1 – 5 of 5) sorted by relevance
297 public static native void attachRaFilter(FileDescriptor fd, int packetType) in attachRaFilter() argument308 public static native void attachControlPacketFilter(FileDescriptor fd, int packetType) in attachControlPacketFilter() argument
230 packetType: Class<T>, in makeOfferPacket()238 assertTrue(packetType.isInstance(packet), in makeOfferPacket()240 return packetType.cast(packet) in makeOfferPacket()
170 proto::PacketType packetType = packetHandle->getType(); in dispatchPacketToClient() local171 switch (packetType) { in dispatchPacketToClient()
828 final String packetType = packet.getClass().getSimpleName(); in onReceive() local830 packetType, srcPort); in onReceive()
2500 Class<? extends DhcpPacket> packetType) throws Exception {2502 assertTrue(packetType.isInstance(packet));