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

  /bionic/libc/kernel/uapi/linux/
filter.h 41 #ifndef BPF_STMT
42 #define BPF_STMT(code,k) { (unsigned short) (code), 0, 0, k }
  /external/iproute2/include/uapi/linux/
filter.h 48 #ifndef BPF_STMT
49 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k }
  /external/kernel-headers/original/uapi/linux/
filter.h 48 #ifndef BPF_STMT
49 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k }
  /external/iptables/include/linux/
filter.h 101 #ifndef BPF_STMT
102 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k }
  /external/libpcap/pcap/
bpf.h 258 #define BPF_STMT(code, k) { (u_short)(code), 0, 0, k }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
filter.h 98 #ifndef BPF_STMT
99 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k }

Completed in 1142 milliseconds