msghdr is only used within LwIP.
 
Symbols
loading...
Files
loading...

msghdr struct

Syntax

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

msg_name

No summary provided. Read more...

msg_namelen

No summary provided. Read more...

msg_iov

No summary provided. Read more...

msg_iovlen

No summary provided. Read more...

msg_control

No summary provided. Read more...

msg_controllen

No summary provided. Read more...

msg_flags

No summary provided. Read more...

References

LocationReferrerScopeText
sockets.h:127
struct msghdr {
sockets.c:1088lwip_recvfrom_udp_raw()
lwip_recvfrom_udp_raw(struct lwip_sock *sock, int flags, struct msghdr *msg, u16_t *datagram_len, int dbg_s)
sockets.c:1221lwip_recvfrom()
struct msghdr msg;
sockets.c:1260lwip_readv()
struct msghdr msg;
sockets.c:1281lwip_recvmsg()
lwip_recvmsg(int s, struct msghdr *message, int flags)
sockets.c:1422lwip_sendmsg()::msglwip_sendmsg()
lwip_sendmsg(int s, const struct msghdr *msg, int flags)
sockets.c:1754lwip_writev()
struct msghdr msg;
sockets.h:591lwip_recvmsg()::messagelwip_recvmsg()
ssize_t lwip_recvmsg(int s, struct msghdr *message, int flags);
sockets.h:593lwip_sendmsg()::messagelwip_sendmsg()
ssize_t lwip_sendmsg(int s, const struct msghdr *message, int flags);

Type Use

Variables of msghdr type
lwip_recvfrom()::msg
lwip_readv()::msg
lwip_sendmsg()::msg
lwip_writev()::msg
all items filtered out
msghdr
Allocators of msghdr
Deletors of msghdr
lwip_recvfrom()::msg
lwip_readv()::msg
lwip_writev()::msg
all items filtered out
msghdr
lwip_recvfrom()::msg
lwip_readv()::msg
lwip_writev()::msg
all items filtered out