Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
H A Dgencode.h342 struct block *gen_mpls(compiler_state_t *, bpf_u_int32, int);
H A Dgrammar.y593 | MPLS pnum { CHECK_PTR_VAL(($$ = gen_mpls(cstate, $2, 1))); }
594 | MPLS { CHECK_PTR_VAL(($$ = gen_mpls(cstate, 0, 0))); }
H A Dgencode.c9079 gen_mpls(compiler_state_t *cstate, bpf_u_int32 label_num_arg, in gen_mpls() function