struct tapi_snmp_ip_addrtable_row_t

Overview

Rows in an instance of an ipAddrTable More…

#include <tapi_snmp_ip_addrtable.h>

struct tapi_snmp_ip_addrtable_row_t {
    // fields

    tapi_snmp_oid_t* index_suffix;
    struct in_addr* ipAdEntAddr;
    int* ipAdEntIfIndex;
    struct in_addr* ipAdEntNetMask;
    int* ipAdEntBcastAddr;
};

Detailed Documentation

Rows in an instance of an ipAddrTable

Fields

tapi_snmp_oid_t* index_suffix

index_suffix

struct in_addr* ipAdEntAddr

ipAddress,

int* ipAdEntIfIndex

INTEGER,

struct in_addr* ipAdEntNetMask

ipAddress,

int* ipAdEntBcastAddr

INTEGER,