HomeSort by relevance Sort by last modified time
    Searched defs:packetType (Results 1 - 3 of 3) sorted by null

  /external/smack/src/org/jivesoftware/smack/filter/
PacketTypeFilter.java 38 Class<? extends Packet> packetType;
42 * same type as <tt>packetType</tt>.
44 * @param packetType the Class type.
46 public PacketTypeFilter(Class<? extends Packet> packetType) {
48 if (!Packet.class.isAssignableFrom(packetType)) {
51 this.packetType = packetType;
55 return packetType.isInstance(packet);
59 return "PacketTypeFilter: " + packetType.getName();
  /frameworks/base/services/common_time/
common_time_server_packets.h 45 TimeServicePacketType packetType;
62 packetType = type;
171 uint16_t packetType;
  /external/tcpdump/
print-rx.c 73 int packetType; /* Packet type */
470 (!rx_flags[i].packetType ||
471 rxh->type == rx_flags[i].packetType)) {
    [all...]

Completed in 127 milliseconds