Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/port/net/zephyr/
Dnet.c368 struct eth_llc_hdr *ethllchdr = (struct eth_llc_hdr *)(void *)(payload + SIZEOF_ETH_HDR); in process_data_packet() local
372 header_type = htons(ethllchdr->type); in process_data_packet()
377 ethhdr->type = ethllchdr->type; in process_data_packet()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi.c3394 …eth_llc_hdr *ethllchdr = (eth_llc_hdr *)(void *)((t_u8 *)prx_pd + prx_pd->rx_pkt_offset + WIFI_SIZ… in wifi_low_level_input() local
3395 eth_proto = mlan_ntohs(ethllchdr->type); in wifi_low_level_input()