Home
last modified time | relevance | path

Searched refs:gen_mpls (Results 1 – 4 of 4) sorted by relevance

/external/libpcap/
Dgencode.h330 struct block *gen_mpls(compiler_state_t *, int);
Dgrammar.y551 | MPLS pnum { $$ = gen_mpls(cstate, $2); }
552 | MPLS { $$ = gen_mpls(cstate, -1); }
Dgrammar.c2781 { (yyval.rblk) = gen_mpls(cstate, (yyvsp[0].i)); } in yyparse()
2787 { (yyval.rblk) = gen_mpls(cstate, -1); } in yyparse()
Dgencode.c8373 gen_mpls(compiler_state_t *cstate, int label_num) in gen_mpls() function