Type to pass information about packet parsing. More...
#include <types.h>
Data Fields | |
| gnrc_gomach_hdr_t * | header |
| GoMacH header of packet. | |
| gnrc_gomach_l2_addr_t | src_addr |
| Copied source address of packet. More... | |
| gnrc_gomach_l2_addr_t | dst_addr |
| Copied destination address of packet. | |
| uint8_t | seq |
| MAC sequence of the received packet. | |
| gnrc_gomach_l2_addr_t gnrc_gomach_packet_info_t::src_addr |