Searched refs:NUD_STALE (Results 1 – 2 of 2) sorted by relevance
39 public static final short NUD_STALE = 0x04; field in StructNdMsg51 case NUD_STALE: return "NUD_STALE"; in stringForNudState()146 return (nudConnected() || ((ndm_state & (NUD_PROBE|NUD_STALE|NUD_DELAY)) != 0)); in nudValid()
160 assertEquals(StructNdMsg.NUD_STALE, ndmsgHdr.ndm_state); in testParseRtmDelNeigh()187 assertEquals(StructNdMsg.NUD_STALE, ndmsgHdr.ndm_state); in testParseRtmNewNeigh()