Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
H A Dgencode.h331 struct block *gen_ifindex(compiler_state_t *, int);
H A Dgrammar.y590 | IFINDEX NUM { CHECK_PTR_VAL(($$ = gen_ifindex(cstate, $2))); }
H A Dgencode.c8202 gen_ifindex(compiler_state_t *cstate, int ifindex) in gen_ifindex() function