Searched refs:gen_linktype (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/libpcap/ |
| H A D | gencode.c | 537 static struct block *gen_linktype(compiler_state_t *, bpf_u_int32); 3298 gen_linktype(compiler_state_t *cstate, bpf_u_int32 ll_proto) in gen_linktype() function 4183 b0 = gen_linktype(cstate, ll_proto); in gen_hostop() 4269 b0 = gen_linktype(cstate, ll_proto); in gen_hostop6() 5001 b0 = gen_linktype(cstate, ETHERTYPE_DN); in gen_dnhostop() 5532 b1 = gen_linktype(cstate, ETHERTYPE_IP); in gen_proto_abbrev_internal() 5536 b1 = gen_linktype(cstate, ETHERTYPE_ARP); in gen_proto_abbrev_internal() 5540 b1 = gen_linktype(cstate, ETHERTYPE_REVARP); in gen_proto_abbrev_internal() 5547 b1 = gen_linktype(cstate, ETHERTYPE_ATALK); in gen_proto_abbrev_internal() 5551 b1 = gen_linktype(cstate, ETHERTYPE_AARP); in gen_proto_abbrev_internal() [all …]
|