Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dgencode.c9067 gen_vlan_patch_tpid_test(compiler_state_t *cstate, struct block *b_tpid) in gen_vlan_patch_tpid_test() argument
9078 sappend(s.next, b_tpid->head->stmts); in gen_vlan_patch_tpid_test()
9079 b_tpid->head->stmts = s.next; in gen_vlan_patch_tpid_test()
9134 struct block *b0, *b_tpid, *b_vid = NULL; in gen_vlan_bpf_extensions() local
9156 b_tpid = gen_vlan_tpid_test(cstate); in gen_vlan_bpf_extensions()
9160 gen_vlan_patch_tpid_test(cstate, b_tpid); in gen_vlan_bpf_extensions()
9161 gen_or(b0, b_tpid); in gen_vlan_bpf_extensions()
9162 b0 = b_tpid; in gen_vlan_bpf_extensions()