Home
last modified time | relevance | path

Searched refs:gen_inbound (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/libpcap/
H A Dgencode.h332 struct block *gen_inbound(compiler_state_t *, int);
H A Dgrammar.y588 | INBOUND { CHECK_PTR_VAL(($$ = gen_inbound(cstate, 0))); }
589 | OUTBOUND { CHECK_PTR_VAL(($$ = gen_inbound(cstate, 1))); }
H A Dgencode.c8258 gen_inbound(compiler_state_t *cstate, int dir) in gen_inbound() function