Type to pass information about parsing. More...
Type to pass information about parsing.
Definition at line 86 of file lwmac_internal.h.
#include <lwmac_internal.h>
Data Fields | |
gnrc_lwmac_hdr_t * | header |
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 | |
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.
gnrc_lwmac_hdr_t* gnrc_lwmac_packet_info_t::header |
LWMAC header of packet.
Definition at line 87 of file lwmac_internal.h.
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.