Searched defs:ether_header (Results 1 – 7 of 7) sorted by relevance
16 struct ether_header { struct17 uint8_t ether_dhost[ETH_ALEN];18 uint8_t ether_shost[ETH_ALEN];19 uint16_t ether_type;
125 BWL_PRE_PACKED_STRUCT struct ether_header { struct126 uint8 ether_dhost[ETHER_ADDR_LEN];127 uint8 ether_shost[ETHER_ADDR_LEN];128 uint16 ether_type;
127 BWL_PRE_PACKED_STRUCT struct ether_header { struct128 uint8 ether_dhost[ETHER_ADDR_LEN];129 uint8 ether_shost[ETHER_ADDR_LEN];130 uint16 ether_type;
119 BWL_PRE_PACKED_STRUCT struct ether_header { struct120 uint8 ether_dhost[ETHER_ADDR_LEN];121 uint8 ether_shost[ETHER_ADDR_LEN];122 uint16 ether_type;
136 …_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() local493 mac_ether_header_stru *ether_header = HI_NULL; in hmac_tx_filter_security() local
57 oal_ether_header_stru *ether_header = HI_NULL; in wal_netdev_select_queue() local