struct tarpc_ifconf

Overview

struct ifconf More…

struct tarpc_ifconf {
    // fields

    tarpc_int nmemb;
    tarpc_int extra;
    tarpc_ifreq rpc_ifc_req;
};

Detailed Documentation

struct ifconf

Fields

tarpc_int nmemb

Length of the buffer to be passed to ioctl Number of ifreq structures to be fit into the buffer

tarpc_int extra

Extra space

tarpc_ifreq rpc_ifc_req

Interface list returned by the ioctl