Loading...
Searching...
No Matches
gnrc_gomach_packet_info_t Struct Reference

Type to pass information about packet parsing. More...

Detailed Description

Type to pass information about packet parsing.

Definition at line 241 of file types.h.

#include <types.h>

Data Fields

gnrc_gomach_hdr_theader
 GoMacH header of packet.
 
gnrc_gomach_l2_addr_t src_addr
 Copied source address of packet.
 
gnrc_gomach_l2_addr_t dst_addr
 Copied destination address of packet.
 
uint8_t seq
 MAC sequence of the received packet.
 

Field Documentation

◆ dst_addr

gnrc_gomach_l2_addr_t gnrc_gomach_packet_info_t::dst_addr

Copied destination address of packet.

Definition at line 244 of file types.h.

◆ header

gnrc_gomach_hdr_t* gnrc_gomach_packet_info_t::header

GoMacH header of packet.

Definition at line 242 of file types.h.

◆ seq

uint8_t gnrc_gomach_packet_info_t::seq

MAC sequence of the received packet.

Definition at line 245 of file types.h.

◆ src_addr

gnrc_gomach_l2_addr_t gnrc_gomach_packet_info_t::src_addr

Copied source address of packet.


Definition at line 243 of file types.h.


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