Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libpcap/
Dgencode.h327 struct block *gen_vlan(compiler_state_t *, bpf_u_int32, int);
Dgrammar.y552 | VLAN pnum { CHECK_PTR_VAL(($$ = gen_vlan(cstate, (bpf_u_int32)$2, 1))); }
553 | VLAN { CHECK_PTR_VAL(($$ = gen_vlan(cstate, 0, 0))); }
Dgencode.c8922 gen_vlan(compiler_state_t *cstate, bpf_u_int32 vlan_num, int has_vlan_tag) in gen_vlan() function