Searched refs:gen_multicast (Results 1 – 3 of 3) sorted by relevance
342 struct block *gen_multicast(compiler_state_t *, int);
685 | pqual TK_MULTICAST { CHECK_PTR_VAL(($$ = gen_multicast(cstate, $1))); }
8304 gen_multicast(compiler_state_t *cstate, int proto) in gen_multicast() function