Searched refs:handleNlDumpMsg (Results 1 – 3 of 3) sorted by relevance
80 Consumer<RtNetlinkNeighborMessage> handleNlDumpMsg = (msg) -> { in testGetNeighborsQuery() local101 NETLINK_ROUTE, RtNetlinkNeighborMessage.class, handleNlDumpMsg); in testGetNeighborsQuery()113 NETLINK_ROUTE, RtNetlinkNeighborMessage.class, handleNlDumpMsg); in testGetNeighborsQuery()135 Consumer<RtNetlinkAddressMessage> handleNlDumpMsg = (msg) -> { in testBasicWorkingGetAddrQuery() local139 RtNetlinkAddressMessage.class, handleNlDumpMsg); in testBasicWorkingGetAddrQuery()
445 Consumer<RtNetlinkRouteMessage> handleNlDumpMsg = (msg) -> { in getIpv6MulticastRoutes() local456 handleNlDumpMsg); in getIpv6MulticastRoutes()
343 Consumer<InetDiagMessage> handleNlDumpMsg = (diagMsg) -> { in processNetlinkDumpAndDestroySockets() local358 NETLINK_INET_DIAG, InetDiagMessage.class, handleNlDumpMsg); in processNetlinkDumpAndDestroySockets()