Searched refs:gen_linktype (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/libpcap/ |
H A D | gencode.c | 520 static struct block *gen_linktype(compiler_state_t *, bpf_u_int32); 3193 gen_linktype(compiler_state_t *cstate, bpf_u_int32 ll_proto) in gen_linktype() function 4078 b0 = gen_linktype(cstate, ll_proto); in gen_hostop() 4164 b0 = gen_linktype(cstate, ll_proto); in gen_hostop6() 4896 b0 = gen_linktype(cstate, ETHERTYPE_DN); in gen_dnhostop() 5427 b1 = gen_linktype(cstate, ETHERTYPE_IP); in gen_proto_abbrev_internal() 5431 b1 = gen_linktype(cstate, ETHERTYPE_ARP); in gen_proto_abbrev_internal() 5435 b1 = gen_linktype(cstate, ETHERTYPE_REVARP); in gen_proto_abbrev_internal() 5442 b1 = gen_linktype(cstate, ETHERTYPE_ATALK); in gen_proto_abbrev_internal() 5446 b1 = gen_linktype(cstate, ETHERTYPE_AARP); in gen_proto_abbrev_internal() [all …]
|