Home
last modified time | relevance | path

Searched defs:ether_header (Results 1 – 3 of 3) sorted by relevance

/kernel/liteos_m/kal/libc/newlib/porting/include/net/
Dethernet.h72 struct ether_header { struct
73 uint8_t ether_dhost[ETH_ALEN];
74 uint8_t ether_shost[ETH_ALEN];
75 uint16_t ether_type;
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/
Dibmveth.c1023 struct ethhdr *ether_header; in ibmveth_is_packet_unsupported() local
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h1306 struct ether_header { struct
1307 u8 ether_dhost[ETHER_ADDR_LEN];
1308 u8 ether_shost[ETHER_ADDR_LEN];
1309 u16 ether_type;