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.c3363 eth_hdr *ethh = MNULL; in wifi_low_level_input() local
3374 ethh = (eth_hdr *)((t_u8 *)prx_pd + prx_pd->rx_pkt_offset); in wifi_low_level_input()
3376 eth_proto = mlan_ntohs(ethh->h_proto); in wifi_low_level_input()
3388 wifi_wpa_supplicant_eapol_input(interface, ethh->src_addr, (uint8_t *)(ethh + 1) + offset, in wifi_low_level_input()
4057 eth_hdr *ethh = NULL; in wlan_is_tcp_ack() local
4065 ethh = (eth_hdr *)(((outbuf_t *)pmbuf)->eth_header); in wlan_is_tcp_ack()
4067 ethh = (eth_hdr *)(pmbuf); in wlan_is_tcp_ack()
4069 if (mlan_ntohs(ethh->h_proto) != ETH_PROTO_IP) in wlan_is_tcp_ack()
4081 iph = (ip_hdr *)((t_u8 *)ethh + sizeof(eth_hdr)); in wlan_is_tcp_ack()