Searched refs:gen_ncode (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/libpcap/ |
| H A D | grammar.y | 379 | pnum { $$.b = gen_ncode(cstate, NULL, (bpf_u_int32)$1, 399 $$.b = gen_ncode(cstate, $1, 0, $$.q); 447 qid: pnum { $$.b = gen_ncode(cstate, NULL, (bpf_u_int32)$1,
|
| H A D | gencode.h | 310 struct block *gen_ncode(compiler_state_t *, const char *, bpf_u_int32,
|
| H A D | gencode.c | 6666 gen_ncode(compiler_state_t *cstate, const char *s, bpf_u_int32 v, struct qual q) in gen_ncode() function
|