Rizin
unix-like reverse engineering framework and cli tools
|
#include <sftypes.h>
Public Attributes | |
void * | msg_name |
socklen_t | msg_namelen |
struct iovec * | msg_iov |
size_t | msg_iovlen |
void * | msg_control |
size_t | msg_controllen |
int | msg_flags |
void* msghdr::msg_control |
Definition at line 400 of file sftypes.h.
Referenced by netlink_recv().
size_t msghdr::msg_controllen |
Definition at line 401 of file sftypes.h.
Referenced by netlink_recv().
int msghdr::msg_flags |
Definition at line 403 of file sftypes.h.
Referenced by netlink_recv().
struct iovec* msghdr::msg_iov |
Definition at line 397 of file sftypes.h.
Referenced by netlink_recv().
size_t msghdr::msg_iovlen |
Definition at line 398 of file sftypes.h.
Referenced by netlink_recv().
void* msghdr::msg_name |
Definition at line 394 of file sftypes.h.
Referenced by netlink_recv().
socklen_t msghdr::msg_namelen |
Definition at line 395 of file sftypes.h.
Referenced by netlink_recv().