struct tarpc_wsa_recv_from_out

Overview

struct tarpc_wsa_recv_from_out {
    // fields

    struct tarpc_out_arg common;
    tarpc_int retval;
    struct tarpc_iovec vector<>;
    tarpc_int bytes_received;
    tarpc_int flags;
    struct tarpc_sa from;
    tarpc_int fromlen;
};

Detailed Documentation

Fields

struct tarpc_sa from

Source address returned by the function

tarpc_int fromlen

Length of the source address returned by the function