HomeSort by relevance Sort by last modified time
    Searched refs:BPF_CLASS (Results 1 - 15 of 15) sorted by null

  /bionic/libc/kernel/common/linux/
filter.h 35 #define BPF_CLASS(code) ((code) & 0x07)
  /development/ndk/platforms/android-3/include/linux/
filter.h 35 #define BPF_CLASS(code) ((code) & 0x07)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
filter.h 41 #define BPF_CLASS(code) ((code) & 0x07)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
filter.h 35 #define BPF_CLASS(code) ((code) & 0x07)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
filter.h 35 #define BPF_CLASS(code) ((code) & 0x07)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
filter.h 35 #define BPF_CLASS(code) ((code) & 0x07)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
filter.h 35 #define BPF_CLASS(code) ((code) & 0x07)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
filter.h 35 #define BPF_CLASS(code) ((code) & 0x07)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
filter.h 35 #define BPF_CLASS(code) ((code) & 0x07)
  /external/kernel-headers/original/linux/
filter.h 58 #define BPF_CLASS(code) ((code) & 0x07)
  /external/libpcap/bpf/net/
bpf_filter.c 540 if (BPF_CLASS(p->code) == BPF_JMP) {
553 if ((BPF_CLASS(p->code) == BPF_ST ||
554 (BPF_CLASS(p->code) == BPF_LD &&
564 return BPF_CLASS(f[len - 1].code) == BPF_RET;
  /external/libpcap/
optimize.c 374 switch (BPF_CLASS(c)) {
418 switch (BPF_CLASS(s->code)) {
481 if (BPF_CLASS(b->s.code) == BPF_JMP) {
594 (BPF_CLASS(code) == BPF_LD || BPF_CLASS(code) == BPF_LDX)) {
790 if (ild == 0 || BPF_CLASS(ild->s.code) != BPF_LD ||
1198 if (BPF_CLASS(s->s.code) == BPF_JMP) {
1267 BPF_CLASS(b->s.code) == BPF_RET)) {
    [all...]
bpf_image.c 282 (BPF_CLASS(p->code) == BPF_JMP &&
pcap-bpf.h 749 #define BPF_CLASS(code) ((code) & 0x07)
pcap-linux.c     [all...]

Completed in 272 milliseconds