Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/netlink/
DNetlinkUtilsTest.java80 Consumer<RtNetlinkNeighborMessage> handleNlDumpMsg = (msg) -> { in testGetNeighborsQuery() local
101 NETLINK_ROUTE, RtNetlinkNeighborMessage.class, handleNlDumpMsg); in testGetNeighborsQuery()
113 NETLINK_ROUTE, RtNetlinkNeighborMessage.class, handleNlDumpMsg); in testGetNeighborsQuery()
135 Consumer<RtNetlinkAddressMessage> handleNlDumpMsg = (msg) -> { in testBasicWorkingGetAddrQuery() local
139 RtNetlinkAddressMessage.class, handleNlDumpMsg); in testBasicWorkingGetAddrQuery()
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/
DNetlinkUtils.java445 Consumer<RtNetlinkRouteMessage> handleNlDumpMsg = (msg) -> { in getIpv6MulticastRoutes() local
456 handleNlDumpMsg); in getIpv6MulticastRoutes()
DInetDiagMessage.java343 Consumer<InetDiagMessage> handleNlDumpMsg = (diagMsg) -> { in processNetlinkDumpAndDestroySockets() local
358 NETLINK_INET_DIAG, InetDiagMessage.class, handleNlDumpMsg); in processNetlinkDumpAndDestroySockets()