HomeSort by relevance Sort by last modified time
    Searched refs:BPF_SUB (Results 26 - 31 of 31) sorted by null

12

  /external/kernel-headers/original/linux/
filter.h 84 #define BPF_SUB 0x10
  /external/libpcap/
pcap-bpf.h 775 #define BPF_SUB 0x10
optimize.c 637 case BPF_SUB:
841 if (last->s.code == (BPF_ALU|BPF_SUB|BPF_X)) {
877 else if (last->s.code == (BPF_ALU|BPF_SUB|BPF_K)) {
1015 case BPF_ALU|BPF_SUB|BPF_K:
1050 case BPF_ALU|BPF_SUB|BPF_X:
    [all...]
grammar.y 422 | arth '-' arth { $$ = gen_arth(BPF_SUB, $1, $3); }
gencode.c     [all...]
  /external/libpcap/bpf/net/
bpf_filter.c 438 case BPF_ALU|BPF_SUB|BPF_X:
472 case BPF_ALU|BPF_SUB|BPF_K:

Completed in 103 milliseconds

12