Home
last modified time | relevance | path

Searched refs:ethh (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi.c3376 eth_hdr *ethh = MNULL; in wifi_low_level_input() local
3387 ethh = (eth_hdr *)((t_u8 *)prx_pd + prx_pd->rx_pkt_offset); in wifi_low_level_input()
3389 eth_proto = mlan_ntohs(ethh->h_proto); in wifi_low_level_input()
3401 wifi_wpa_supplicant_eapol_input(interface, ethh->src_addr, (uint8_t *)(ethh + 1) + offset, in wifi_low_level_input()
4059 eth_hdr *ethh = NULL; in wlan_is_tcp_ack() local
4067 ethh = (eth_hdr *)(((outbuf_t *)pmbuf)->eth_header); in wlan_is_tcp_ack()
4069 ethh = (eth_hdr *)(pmbuf); in wlan_is_tcp_ack()
4071 if (mlan_ntohs(ethh->h_proto) != ETH_PROTO_IP) in wlan_is_tcp_ack()
4083 iph = (ip_hdr *)((t_u8 *)ethh + sizeof(eth_hdr)); in wlan_is_tcp_ack()