:orphan: .. index:: pair: struct; tapi_snmp_ip_addrtable_row_t .. _doxid-structtapi__snmp__ip__addrtable__row__t: struct tapi_snmp_ip_addrtable_row_t =================================== .. toctree:: :hidden: Overview ~~~~~~~~ Rows in an instance of an ipAddrTable :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_snmp_ip_addrtable_row_t { // fields :ref:`tapi_snmp_oid_t`* :ref:`index_suffix`; struct in_addr* :ref:`ipAdEntAddr`; int* :ref:`ipAdEntIfIndex`; struct in_addr* :ref:`ipAdEntNetMask`; int* :ref:`ipAdEntBcastAddr`; }; .. _details-structtapi__snmp__ip__addrtable__row__t: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Rows in an instance of an ipAddrTable Fields ------ .. index:: pair: variable; index_suffix .. _doxid-structtapi__snmp__ip__addrtable__row__t_1a9e70a36d6016785dd2ca9e8c6b218458: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_snmp_oid_t`* index_suffix index_suffix .. index:: pair: variable; ipAdEntAddr .. _doxid-structtapi__snmp__ip__addrtable__row__t_1a374d5e999f560f8136e010617fe2f2e0: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct in_addr* ipAdEntAddr ipAddress, .. index:: pair: variable; ipAdEntIfIndex .. _doxid-structtapi__snmp__ip__addrtable__row__t_1ad47ff78bab073d4bc6075799d87ddcfd: .. ref-code-block:: cpp :class: doxyrest-title-code-block int* ipAdEntIfIndex INTEGER, .. index:: pair: variable; ipAdEntNetMask .. _doxid-structtapi__snmp__ip__addrtable__row__t_1adaa7826bc9dce80f73b2b75ca2757313: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct in_addr* ipAdEntNetMask ipAddress, .. index:: pair: variable; ipAdEntBcastAddr .. _doxid-structtapi__snmp__ip__addrtable__row__t_1a9aa1a6f90aaddfaadb1c79ccbe454b95: .. ref-code-block:: cpp :class: doxyrest-title-code-block int* ipAdEntBcastAddr INTEGER,