Structure to retrieve auxiliary data from gnrc_sock_recv. More...
Structure to retrieve auxiliary data from gnrc_sock_recv.
The members of this function depend on the modules used
Definition at line 72 of file gnrc_sock_internal.h.
#include <gnrc_sock_internal.h>
Data Fields | |
sock_ip_ep_t * | local |
local IP address PDU was received on | |
uint64_t * | timestamp |
timestamp PDU was received at in nanoseconds | |
int16_t * | rssi |
RSSI value of received PDU. | |
uint8_t | flags |
Flags. | |
uint8_t gnrc_sock_recv_aux_t::flags |
Flags.
Definition at line 90 of file gnrc_sock_internal.h.
sock_ip_ep_t* gnrc_sock_recv_aux_t::local |
local IP address PDU was received on
This member is only present if module sock_aux_local
is used.
Definition at line 79 of file gnrc_sock_internal.h.
int16_t* gnrc_sock_recv_aux_t::rssi |
RSSI value of received PDU.
Definition at line 85 of file gnrc_sock_internal.h.
uint64_t* gnrc_sock_recv_aux_t::timestamp |
timestamp PDU was received at in nanoseconds
Definition at line 82 of file gnrc_sock_internal.h.