Searched refs:gen_atmfield_code (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/libpcap/ |
| H A D | grammar.y | 746 …| relop NUM { CHECK_PTR_VAL(($$.b = gen_atmfield_code(cstate, $<blk>0.atmfieldtype, (bpf_int32)$2… 747 …| irelop NUM { CHECK_PTR_VAL(($$.b = gen_atmfield_code(cstate, $<blk>0.atmfieldtype, (bpf_int32)$… 754 CHECK_PTR_VAL(($$.b = gen_atmfield_code(cstate, $$.atmfieldtype, (bpf_int32) $1, BPF_JEQ, 0)));
|
| H A D | gencode.h | 335 struct block *gen_atmfield_code(compiler_state_t *, int, bpf_int32,
|
| H A D | gencode.c | 9569 gen_atmfield_code(compiler_state_t *cstate, int atmfield, in gen_atmfield_code() function
|