Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dgencode.h353 struct block *gen_vlan(compiler_state_t *, bpf_u_int32, int);
H A Dgrammar.y.in692 | VLAN pnum { CHECK_PTR_VAL(($$ = gen_vlan(cstate, $2, 1))); }
693 | VLAN { CHECK_PTR_VAL(($$ = gen_vlan(cstate, 0, 0))); }
H A Dgencode.c9178 gen_vlan(compiler_state_t *cstate, bpf_u_int32 vlan_num, int has_vlan_tag) in gen_vlan() function