Searched refs:gen_linktype (Results 1 – 1 of 1) sorted by relevance
/external/libpcap/ |
D | gencode.c | 493 static struct block *gen_linktype(compiler_state_t *, int); 3024 gen_linktype(compiler_state_t *cstate, int proto) in gen_linktype() function 3897 b0 = gen_linktype(cstate, proto); in gen_hostop() 3972 b0 = gen_linktype(cstate, proto); in gen_hostop6() 4682 b0 = gen_linktype(cstate, ETHERTYPE_DN); in gen_dnhostop() 5170 b1 = gen_linktype(cstate, ETHERTYPE_IP); in gen_proto_abbrev() 5174 b1 = gen_linktype(cstate, ETHERTYPE_ARP); in gen_proto_abbrev() 5178 b1 = gen_linktype(cstate, ETHERTYPE_REVARP); in gen_proto_abbrev() 5185 b1 = gen_linktype(cstate, ETHERTYPE_ATALK); in gen_proto_abbrev() 5189 b1 = gen_linktype(cstate, ETHERTYPE_AARP); in gen_proto_abbrev() [all …]
|