Searched defs:eth_hdr (Results 1 – 7 of 7) sorted by relevance
52 typedef struct eth_hdr { struct53 RawAddress h_dest;54 RawAddress h_src;55 int16_t h_proto;
164 struct eth_hdr { struct165 unsigned char eth_dest[ETH_ALEN];166 unsigned char eth_source[ETH_ALEN];167 unsigned short eth_proto;
160 struct eth_hdr { struct161 unsigned char eth_dest[ETH_ALEN];162 unsigned char eth_source[ETH_ALEN];163 unsigned short eth_proto;
210 struct eth_hdr { struct218 __u64 off = sizeof(struct eth_hdr); in calc_offset() argument
421 tETH_HDR eth_hdr; in btpan_tap_send() local557 static int forward_bnep(tETH_HDR* eth_hdr, BT_HDR* hdr) { in forward_bnep()
229 static void gen_eth_hdr(struct ifobject *ifobject, struct ethhdr *eth_hdr) in gen_eth_hdr()716 struct ethhdr *eth_hdr; in pkt_generate() local
3141 struct ieee8023_hdr *eth_hdr; local3483 struct ieee8023_hdr *eth_hdr; local