Home
last modified time | relevance | path

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

/openbsd/lib/libpcap/
H A Dgencode.h184 struct block *gen_mpls(int);
H A Dgrammar.y279 | MPLS pnum { $$ = gen_mpls($2); }
280 | MPLS { $$ = gen_mpls(-1); }
H A Dgencode.c3284 gen_mpls(int label) in gen_mpls() function