Searched refs:gen_multicast (Results 1 – 4 of 4) sorted by relevance
319 struct block *gen_multicast(compiler_state_t *, int);
543 | pqual TK_MULTICAST { $$ = gen_multicast(cstate, $1); }
2733 { (yyval.rblk) = gen_multicast(cstate, (yyvsp[-1].i)); } in yyparse()
7516 gen_multicast(compiler_state_t *cstate, int proto) in gen_multicast() function