Searched refs:ndmsgHdr (Results 1 – 1 of 1) sorted by relevance
164 final StructNdMsg ndmsgHdr = neighMsg.getNdHeader(); in testParseRtmDelNeigh() local165 assertNotNull(ndmsgHdr); in testParseRtmDelNeigh()166 assertEquals((byte) OsConstants.AF_INET, ndmsgHdr.ndm_family); in testParseRtmDelNeigh()167 assertEquals(21, ndmsgHdr.ndm_ifindex); in testParseRtmDelNeigh()168 assertEquals(StructNdMsg.NUD_STALE, ndmsgHdr.ndm_state); in testParseRtmDelNeigh()191 final StructNdMsg ndmsgHdr = neighMsg.getNdHeader(); in testParseRtmNewNeigh() local192 assertNotNull(ndmsgHdr); in testParseRtmNewNeigh()193 assertEquals((byte) OsConstants.AF_INET6, ndmsgHdr.ndm_family); in testParseRtmNewNeigh()194 assertEquals(21, ndmsgHdr.ndm_ifindex); in testParseRtmNewNeigh()195 assertEquals(StructNdMsg.NUD_STALE, ndmsgHdr.ndm_state); in testParseRtmNewNeigh()