#include <network.h>
Data Fields | |
net_addr_t | dest |
Destination address. | |
uint8_t | src |
Source address type. (AT_*). | |
uint8_t | pdu |
Network protocol data unit (NPDU_*). | |
uint8_t | backlog |
Backlog passed to link layer. |
Specifies network layer parameters for net_requ().
Definition at line 83 of file network.h.