LwIP
msghdr
is only used within LwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
LwIP
msghdr
msghdr struct
Syntax
Show:
Summary
Declaration
from
sockets.h:127
struct
msghdr
{
void
*
msg_name
;
socklen_t
msg_namelen
;
struct
iovec
*
msg_iov
;
int
msg_iovlen
;
void
*
msg_control
;
socklen_t
msg_controllen
;
int
msg_flags
;
}
;
Fields
Field
Declared as
msghdr::msg_name
void
*
msghdr::msg_namelen
socklen_t
msghdr::msg_iov
struct
iovec
*
msghdr::msg_iovlen
int
msghdr::msg_control
void
*
msghdr::msg_controllen
socklen_t
msghdr::msg_flags
int
Related Functions
Found 3 other functions taking a
msghdr
argument:
Function
lwip_recvmsg()
lwip_sendmsg()
lwip_recvfrom_udp_raw()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out