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 sendmsg(2) 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 recvmsg(2) See Linux (The Linux Kernel).