Function libzt::zts_bsd_sendmsg[][src]

pub unsafe extern "C" fn zts_bsd_sendmsg(
    fd: c_int,
    msg: *const zts_msghdr,
    flags: c_int
) -> ssize_t
Expand description

@brief Send message to remote host

@param fd Socket file descriptor @param msg Message to send @param flags Specifies type of message transmission @return Number of bytes sent if successful, ZTS_ERR_SERVICE if the node experiences a problem, ZTS_ERR_ARG if invalid argument. Sets zts_errno