enum netconf_neigh_state
States of neighbour entry
#include <netconf.h> enum netconf_neigh_state { NETCONF_NUD_UNSPEC = 0x00, NETCONF_NUD_INCOMPLETE = 0x01, NETCONF_NUD_REACHABLE = 0x02, NETCONF_NUD_STALE = 0x04, NETCONF_NUD_DELAY = 0x08, NETCONF_NUD_PROBE = 0x10, NETCONF_NUD_FAILED = 0x20, NETCONF_NUD_NOARP = 0x40, NETCONF_NUD_PERMANENT = 0x80, };