struct tarpc_rte_eth_dev_get_name_by_port_out

struct tarpc_rte_eth_dev_get_name_by_port_out {
    // fields

    struct tarpc_out_arg common;
    string name;
    tarpc_int retval;
};