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 More... | |
uint64_t * | timestamp |
timestamp PDU was received at in nanoseconds | |
int16_t * | rssi |
RSSI value of received PDU. | |
uint8_t | flags |
Flags. | |
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.