16.14 Other Socket APIs

Data Type: struct msghdr
Function: ssize_t sendmsg (int socket, const struct msghdr *message, int flags)

This documentation is a stub. For additional information on this function, consult the manual page https://man7.org/linux/man-pages/man2/sendmsg.2.html. See Linux (The Linux Kernel).

Function: ssize_t recvmsg (int socket, struct msghdr *message, int flags)

This documentation is a stub. For additional information on this function, consult the manual page https://man7.org/linux/man-pages/man2/recvmsg.2.html. See Linux (The Linux Kernel).