Home
last modified time | relevance | path

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

/external/libpcap/
Dgencode.h327 struct block *gen_mpls(compiler_state_t *, int);
Dgrammar.y536 | MPLS pnum { $$ = gen_mpls(cstate, $2); }
537 | MPLS { $$ = gen_mpls(cstate, -1); }
Dgrammar.c2764 { (yyval.rblk) = gen_mpls(cstate, (yyvsp[0].i)); } in yyparse()
2770 { (yyval.rblk) = gen_mpls(cstate, -1); } in yyparse()
Dgencode.c8107 gen_mpls(compiler_state_t *cstate, int label_num) in gen_mpls() function