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

  /external/tcpdump/
token.h 39 #define DIRECTION(trp) ((ntohs((trp)->token_rcf) & 0x0080) >> 7)
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_conntrack_tuple.h 79 /* The direction (for tuplehash) */
101 #define DIRECTION(h) ((enum ip_conntrack_dir)(h)->tuple.dst.dir)
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 127 * The name of the column containing the direction (Inbound/Outbound) of the
136 public static final String DIRECTION = "direction";

Completed in 64 milliseconds