Home
last modified time | relevance | path

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

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Dif_ether.h88 struct ethhdr { struct
89 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 */
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/netinet/
Dif_ether.h113 struct ethhdr { struct
114 uint8_t h_dest[ETH_ALEN];
115 uint8_t h_source[ETH_ALEN];
116 uint16_t h_proto;
/device/soc/winnermicro/wm800/board/platform/inc/
Dtls_common.h218 struct ethhdr { struct
219 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 */
/device/soc/bestechnic/bes2600/liteos_m/components/net/lwip-2.1/porting/src/
Dethernetif.c134 struct eth_hdr *ethhdr = (struct eth_hdr *)(p802x_hdr - ETH_PAD_SIZE); in mac_data_xmit() local
301 struct eth_hdr *ethhdr; in ethernetif_input() local
/device/soc/beken/bk7235/liteos_m/third_party_adapter/lwip_intf_v2_1/lwip-2.1.2/port/
Dethernetif.c192 struct eth_hdr *ethhdr; in ethernetif_input() local
/device/soc/chipsea/cst85/liteos_m/sdk/modules/lwip-2.1/porting/src/
Dporting_net_al.c372 struct eth_hdr* ethhdr; in net_l2_send() local
466 struct eth_hdr* ethhdr = pbuf->payload; in net_eth_receive() local
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/
Drx.c2613 struct ethhdr ethhdr; in __ieee80211_rx_h_amsdu() local