Searched defs:ethhdr (Results 1 – 7 of 7) sorted by relevance
88 struct ethhdr { struct89 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */90 unsigned char h_source[ETH_ALEN]; /* source ether addr */91 unsigned short h_proto; /* packet type ID field */
113 struct ethhdr { struct114 uint8_t h_dest[ETH_ALEN];115 uint8_t h_source[ETH_ALEN];116 uint16_t h_proto;
218 struct ethhdr { struct219 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */220 unsigned char h_source[ETH_ALEN]; /* source ether addr */221 unsigned short h_proto; /* packet type ID field */
134 struct eth_hdr *ethhdr = (struct eth_hdr *)(p802x_hdr - ETH_PAD_SIZE); in mac_data_xmit() local301 struct eth_hdr *ethhdr; in ethernetif_input() local
192 struct eth_hdr *ethhdr; in ethernetif_input() local
372 struct eth_hdr* ethhdr; in net_l2_send() local466 struct eth_hdr* ethhdr = pbuf->payload; in net_eth_receive() local
2613 struct ethhdr ethhdr; in __ieee80211_rx_h_amsdu() local