Function libzt::utils::zts_bsd_recvmsg[][src]

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

@brief Receive a message from remote host

@param fd Socket file descriptor @param msg Message that was received @param flags Specifies the type of message receipt @return Number of bytes received if successful, ZTS_ERR_SERVICE if the node experiences a problem, ZTS_ERR_ARG if invalid argument. Sets zts_errno