Loading...
Searching...
No Matches
gnrc_lwmac_packet_info_t Struct Reference

Type to pass information about parsing. More...

Detailed Description

Type to pass information about parsing.

Definition at line 86 of file lwmac_internal.h.

#include <lwmac_internal.h>

Data Fields

gnrc_lwmac_hdr_theader
 LWMAC header of packet.
 
gnrc_lwmac_l2_addr_t src_addr
 copied source address of packet

 
gnrc_lwmac_l2_addr_t dst_addr
 copied destination address of packet
 

Field Documentation

◆ dst_addr

gnrc_lwmac_l2_addr_t gnrc_lwmac_packet_info_t::dst_addr

copied destination address of packet

Definition at line 89 of file lwmac_internal.h.

◆ header

gnrc_lwmac_hdr_t* gnrc_lwmac_packet_info_t::header

LWMAC header of packet.

Definition at line 87 of file lwmac_internal.h.

◆ src_addr

gnrc_lwmac_l2_addr_t gnrc_lwmac_packet_info_t::src_addr

copied source address of packet

Definition at line 88 of file lwmac_internal.h.


The documentation for this struct was generated from the following file: