#include <cmsg.h>
Public Member Functions | |
Cmsg (struct msghdr *msg) | |
void | Add (int level, int type, int len, const uint8_t *buffer) |
void | Finish (void) |
int | GetNext (int *level, int *type, int *len, uint8_t **buffer) |
Private Attributes | |
uint8_t * | m_current |
int | m_len |
struct msghdr * | m_msg |
void ns3::Cmsg::Add | ( | int | level, |
int | type, | ||
int | len, | ||
const uint8_t * | buffer | ||
) |
void ns3::Cmsg::Finish | ( | void | ) |
Definition at line 61 of file cmsg.cc.
Referenced by ns3::UnixDatagramSocketFd::DoRecvmsg().
int ns3::Cmsg::GetNext | ( | int * | level, |
int * | type, | ||
int * | len, | ||
uint8_t ** | buffer | ||
) |
|
private |
|
private |
|
private |