Searched refs:RTM_NEWNEIGH (Results 1 – 7 of 7) sorted by relevance
57 public static final byte[] RTM_NEWNEIGH = makeNewNeighMessage( field in RtNetlinkNeighborMessageTest109 final ByteBuffer byteBuffer = ByteBuffer.wrap(RTM_NEWNEIGH); in testParseRtmNewNeigh()119 assertEquals(NetlinkConstants.RTM_NEWNEIGH, hdr.nlmsg_type); in testParseRtmNewNeigh()148 assertEquals(NetlinkConstants.RTM_NEWNEIGH, hdr.nlmsg_type); in testParseRtmGetNeighResponse()
20 import android.net.netlink.NetlinkConstants.RTM_NEWNEIGH34 type = RTM_NEWNEIGH,
89 assertEquals(NetlinkConstants.RTM_NEWNEIGH, err.msg.nlmsg_type); in testParseNlmErrorOk()
90 assertEquals(NetlinkConstants.RTM_NEWNEIGH, hdr.nlmsg_type); in testBasicWorkingGetNeighborsQuery()
98 public static final short RTM_NEWNEIGH = 28; field in NetlinkConstants129 case RTM_NEWNEIGH: return "RTM_NEWNEIGH"; in stringForNlMsgType()
61 case NetlinkConstants.RTM_NEWNEIGH: in parse()
142 nlmsghdr.nlmsg_type = NetlinkConstants.RTM_NEWNEIGH; in newNewNeighborMessage()