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

  /external/libpcap/
gencode.c 8099 gen_atmfield_code(atmfield, jvalue, jtype, reverse) function
    [all...]
grammar.y 657 | relop NUM { $$.b = gen_atmfield_code($<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 0); }
658 | irelop NUM { $$.b = gen_atmfield_code($<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 1); }
665 $$.b = gen_atmfield_code($$.atmfieldtype, (bpf_int32) $1, BPF_JEQ, 0);
gencode.h 319 struct block *gen_atmfield_code(int atmfield, bpf_int32 jvalue, bpf_u_int32 jtype, int reverse);

Completed in 42 milliseconds