Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/libpcap/
HDgencode.c517 static struct block *gen_snap(compiler_state_t *, bpf_u_int32, bpf_u_int32);
2028 b0 = gen_snap(cstate, 0x000000, ETHERTYPE_IPX); in gen_ether_linktype()
2082 b1 = gen_snap(cstate, 0x080007, ETHERTYPE_ATALK); in gen_ether_linktype()
2084 b1 = gen_snap(cstate, 0x000000, ETHERTYPE_AARP); in gen_ether_linktype()
2251 b1 = gen_snap(cstate, 0x000000, ETHERTYPE_IPX); in gen_linux_sll_linktype()
2298 b1 = gen_snap(cstate, 0x080007, ETHERTYPE_ATALK); in gen_linux_sll_linktype()
2300 b1 = gen_snap(cstate, 0x000000, ETHERTYPE_AARP); in gen_linux_sll_linktype()
3657 gen_snap(compiler_state_t *cstate, bpf_u_int32 orgcode, bpf_u_int32 ptype) in gen_snap() function
3942 return gen_snap(cstate, 0x080007, ETHERTYPE_ATALK); in gen_llc_linktype()