struct te_saved_mtu

Overview

Structure for storing MTU values. More…

#include <tapi_rpc_misc.h>

struct te_saved_mtu {
    // fields

    char ta[RCF_MAX_NAME];
    char if_name[IFNAMSIZ];
    int mtu;

    // methods

    LIST_ENTRY(te_saved_mtu);
};

Detailed Documentation

Structure for storing MTU values.

Fields

char ta[RCF_MAX_NAME]

Test agent name.

char if_name[IFNAMSIZ]

Interface name.

int mtu

MTU value.

Methods

LIST_ENTRY(te_saved_mtu)

List links.