:orphan: .. index:: pair: enum; netconf_neigh_state .. _doxid-netconf_8h_1add2b8afc3f313afab20204537c528209: enum netconf_neigh_state ======================== States of neighbour entry .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum netconf_neigh_state { :target:`NETCONF_NUD_UNSPEC` = 0x00, :target:`NETCONF_NUD_INCOMPLETE` = 0x01, :target:`NETCONF_NUD_REACHABLE` = 0x02, :target:`NETCONF_NUD_STALE` = 0x04, :target:`NETCONF_NUD_DELAY` = 0x08, :target:`NETCONF_NUD_PROBE` = 0x10, :target:`NETCONF_NUD_FAILED` = 0x20, :target:`NETCONF_NUD_NOARP` = 0x40, :target:`NETCONF_NUD_PERMANENT` = 0x80, };