Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
H A Dgencode.h330 struct block *gen_multicast(compiler_state_t *, int);
H A Dgrammar.y584 | pqual TK_MULTICAST { CHECK_PTR_VAL(($$ = gen_multicast(cstate, $1))); }
H A Dgencode.c8018 gen_multicast(compiler_state_t *cstate, int proto) in gen_multicast() function