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

  /external/libpcap/
gencode.h 334 struct block *gen_atmfield_code(compiler_state_t *, int, bpf_int32,
gencode.c 8550 gen_atmfield_code(compiler_state_t *cstate, int atmfield, bpf_int32 jvalue, function
    [all...]
grammar.y 715 | relop NUM { $$.b = gen_atmfield_code(cstate, $<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 0); }
716 | irelop NUM { $$.b = gen_atmfield_code(cstate, $<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 1); }
723 $$.b = gen_atmfield_code(cstate, $$.atmfieldtype, (bpf_int32) $1, BPF_JEQ, 0);
grammar.c     [all...]

Completed in 187 milliseconds