Searched refs:RTM_NEWNEIGH (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/netlink/ |
D | RtNetlinkNeighborMessageTest.java | 54 public static final byte[] RTM_NEWNEIGH = makeNewNeighMessage( field in RtNetlinkNeighborMessageTest 106 final ByteBuffer byteBuffer = ByteBuffer.wrap(RTM_NEWNEIGH); in testParseRtmNewNeigh() 116 assertEquals(NetlinkConstants.RTM_NEWNEIGH, hdr.nlmsg_type); in testParseRtmNewNeigh() 145 assertEquals(NetlinkConstants.RTM_NEWNEIGH, hdr.nlmsg_type); in testParseRtmGetNeighResponse()
|
D | NetlinkConstantsTest.java | 50 import static com.android.net.module.util.netlink.NetlinkConstants.RTM_NEWNEIGH; 87 assertEquals("RTM_NEWNEIGH", stringForNlMsgType(RTM_NEWNEIGH, NETLINK_ROUTE)); in testStringForNlMsgType()
|
D | NetlinkErrorMessageTest.java | 86 assertEquals(NetlinkConstants.RTM_NEWNEIGH, err.msg.nlmsg_type); in testParseNlmErrorOk()
|
D | NetlinkUtilsTest.java | 119 assertEquals(NetlinkConstants.RTM_NEWNEIGH, hdr.nlmsg_type); in testGetNeighborsQuery()
|
/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/ |
D | NetlinkTestUtils.kt | 22 import com.android.net.module.util.netlink.NetlinkConstants.RTM_NEWNEIGH 40 type = RTM_NEWNEIGH,
|
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/ |
D | NetlinkConstants.java | 120 public static final short RTM_NEWNEIGH = 28; field in NetlinkConstants 207 case RTM_NEWNEIGH: return "RTM_NEWNEIGH"; in stringForRtMsgType()
|
D | NetlinkMessage.java | 147 case NetlinkConstants.RTM_NEWNEIGH: in parseRtMessage()
|
D | RtNetlinkNeighborMessage.java | 135 nlmsghdr.nlmsg_type = NetlinkConstants.RTM_NEWNEIGH; in newNewNeighborMessage()
|
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | BpfCoordinatorTest.java | 49 import static com.android.net.module.util.netlink.NetlinkConstants.RTM_NEWNEIGH; 654 mNeighborEventConsumer.accept(new NeighborEvent(0, RTM_NEWNEIGH, ifindex, addr, in recvNewNeigh()
|