Rizin
unix-like reverse engineering framework and cli tools
msghdr Struct Reference

#include <sftypes.h>

Public Attributes

void * msg_name
 
socklen_t msg_namelen
 
struct iovecmsg_iov
 
size_t msg_iovlen
 
void * msg_control
 
size_t msg_controllen
 
int msg_flags
 

Detailed Description

Definition at line 392 of file sftypes.h.

Member Data Documentation

◆ msg_control

void* msghdr::msg_control

Definition at line 400 of file sftypes.h.

Referenced by netlink_recv().

◆ msg_controllen

size_t msghdr::msg_controllen

Definition at line 401 of file sftypes.h.

Referenced by netlink_recv().

◆ msg_flags

int msghdr::msg_flags

Definition at line 403 of file sftypes.h.

Referenced by netlink_recv().

◆ msg_iov

struct iovec* msghdr::msg_iov

Definition at line 397 of file sftypes.h.

Referenced by netlink_recv().

◆ msg_iovlen

size_t msghdr::msg_iovlen

Definition at line 398 of file sftypes.h.

Referenced by netlink_recv().

◆ msg_name

void* msghdr::msg_name

Definition at line 394 of file sftypes.h.

Referenced by netlink_recv().

◆ msg_namelen

socklen_t msghdr::msg_namelen

Definition at line 395 of file sftypes.h.

Referenced by netlink_recv().


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