EtcPal  HEAD (unstable)
ETC Platform Abstraction Layer (EtcPal)
View other versions:

Overview

Message data received from etcpal_recvmsg.

Data Fields

EtcPalSockAddr name
 The address of the sender (set by etcpal_recvmsg)
 
void * buf
 Packet data (allocated by the caller, filled in by etcpal_recvmsg)
 
size_t buflen
 Packet data buffer length (set by the caller)
 
void * control
 Ancillary data (allocated by the caller, filled in by etcpal_recvmsg)
 
size_t controllen
 Ancillary data buffer length (set by the caller)
 
int flags
 Flags on received message (set by etcpal_recvmsg)
 

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