Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/port/net/zephyr/
Dnetif_decl.h36 #define SIZEOF_ETH_LLC_HDR (8U) macro
Dnet.c417 (void)memmove(payload + SIZEOF_ETH_LLC_HDR, payload, SIZEOF_ETH_HDR); in process_data_packet()
418 net_buf_pull(p->frags, SIZEOF_ETH_LLC_HDR); in process_data_packet()