Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/net/
Dethernet.h16 struct ether_header { struct
17 uint8_t ether_dhost[ETH_ALEN];
18 uint8_t ether_shost[ETH_ALEN];
19 uint16_t ether_type;
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/include/
Dethernet.h125 BWL_PRE_PACKED_STRUCT struct ether_header { struct
126 uint8 ether_dhost[ETHER_ADDR_LEN];
127 uint8 ether_shost[ETHER_ADDR_LEN];
128 uint16 ether_type;
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/include/
Dethernet.h127 BWL_PRE_PACKED_STRUCT struct ether_header { struct
128 uint8 ether_dhost[ETHER_ADDR_LEN];
129 uint8 ether_shost[ETHER_ADDR_LEN];
130 uint16 ether_type;
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
Dethernet.h125 BWL_PRE_PACKED_STRUCT struct ether_header { struct
126 uint8 ether_dhost[ETHER_ADDR_LEN];
127 uint8 ether_shost[ETHER_ADDR_LEN];
128 uint16 ether_type;
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/include/
Dethernet.h119 BWL_PRE_PACKED_STRUCT struct ether_header { struct
120 uint8 ether_dhost[ETHER_ADDR_LEN];
121 uint8 ether_shost[ETHER_ADDR_LEN];
122 uint16 ether_type;
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
Dhmac_tx_data.c136 …_void hmac_tx_classify_ipv4_data(hmac_tx_ctl_stru *tx_ctl, mac_ether_header_stru *ether_header, hi… in hmac_tx_classify_ipv4_data()
201 …c hi_void hmac_tx_classify_ipv6_data(hmac_tx_ctl_stru *tx_ctl, mac_ether_header_stru *ether_header, in hmac_tx_classify_ipv6_data()
271 mac_ether_header_stru *ether_header = HI_NULL; in hmac_tx_classify_lan_to_wlan() local
493 mac_ether_header_stru *ether_header = HI_NULL; in hmac_tx_filter_security() local
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
Dwal_linux_flowctl.c57 oal_ether_header_stru *ether_header = HI_NULL; in wal_netdev_select_queue() local