:orphan: .. index:: pair: struct; netconf_neigh .. _doxid-structnetconf__neigh: struct netconf_neigh ==================== .. toctree:: :hidden: Overview ~~~~~~~~ Neighbour table entry (ARP or NDISC cache) :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct netconf_neigh { // fields unsigned char :ref:`family`; int :ref:`ifindex`; uint16_t :ref:`state`; uint8_t :ref:`flags`; uint8_t* :ref:`dst`; unsigned int :ref:`addrlen`; uint8_t* :ref:`lladdr`; }; .. _details-structnetconf__neigh: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Neighbour table entry (ARP or NDISC cache) Fields ------ .. index:: pair: variable; family .. _doxid-structnetconf__neigh_1ad35f81a94442a1a3b07a0423bc613fbd: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned char family Address family of entry .. index:: pair: variable; ifindex .. _doxid-structnetconf__neigh_1a57ac6bf194f13129a3bb42ebddc3ed48: .. ref-code-block:: cpp :class: doxyrest-title-code-block int ifindex Interface index .. index:: pair: variable; state .. _doxid-structnetconf__neigh_1a673a069b96b3e0e813de57f3358769b4: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint16_t state State of neighbour entry .. index:: pair: variable; flags .. _doxid-structnetconf__neigh_1ab81a3160f8ca6ea19e69b300f48d85bc: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint8_t flags Neighbor entry flags (see :ref:`netconf_neigh_flags `) .. index:: pair: variable; dst .. _doxid-structnetconf__neigh_1a1ce71794c2c6361b22045bc03540f305: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint8_t* dst Protocol address of the neighbour .. index:: pair: variable; addrlen .. _doxid-structnetconf__neigh_1afd0ead9c06eb545db1934df6b578fe8e: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int addrlen Length of harware address field .. index:: pair: variable; lladdr .. _doxid-structnetconf__neigh_1a4d39e22bca26e7125cc4e3e3ac7a2554: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint8_t* lladdr Hardware address of the neighbour