Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dgencode.h342 struct block *gen_multicast(compiler_state_t *, int);
H A Dgrammar.y.in685 | pqual TK_MULTICAST { CHECK_PTR_VAL(($$ = gen_multicast(cstate, $1))); }
H A Dgencode.c8304 gen_multicast(compiler_state_t *cstate, int proto) in gen_multicast() function