struct tarpc_sendto_in

struct tarpc_sendto_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_int fd;
    uint8_t buf;
    tarpc_size_t len;
    tarpc_int flags;
    struct tarpc_sa to;
    tarpc_socklen_t tolen;
};