Home
last modified time | relevance | path

Searched refs:NUD_PERMANENT (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/
DStructNdMsg.java43 public static final short NUD_PERMANENT = 0x80; field in StructNdMsg
58 case NUD_PERMANENT: return "NUD_PERMANENT"; in stringForNudState()
68 return ((nudState & (NUD_PERMANENT | NUD_NOARP | NUD_REACHABLE)) != 0); in isNudStateConnected()