struct tarpc_ifreq

Overview

struct ifreq More…

struct tarpc_ifreq {
    // fields

    char rpc_ifr_name;
    struct tarpc_sa rpc_ifr_addr;
    tarpc_int rpc_ifr_flags;
    tarpc_int rpc_ifr_ifindex;
    uint32_t rpc_ifr_mtu;
    tarpc_ethtool rpc_ifr_ethtool;
    tarpc_hwtstamp_config rpc_ifr_hwstamp;
};

Detailed Documentation

struct ifreq

Fields

char rpc_ifr_name

Interface name

struct tarpc_sa rpc_ifr_addr

Different interface addresses

tarpc_int rpc_ifr_flags

Interface flags

tarpc_int rpc_ifr_ifindex

Interface index

uint32_t rpc_ifr_mtu

Interface MTU

tarpc_ethtool rpc_ifr_ethtool

Ethtool command structure

tarpc_hwtstamp_config rpc_ifr_hwstamp

HW timestamping configuration