Searched refs:getDestinationLinkAddress (Results 1 – 5 of 5) sorted by relevance
243 public LinkAddress getDestinationLinkAddress() { in getDestinationLinkAddress() method in RouteInfo364 return Objects.equals(mDestination, target.getDestinationLinkAddress()) && in equals()
365 public LinkAddress getDestinationLinkAddress() { in getDestinationLinkAddress() method in RouteInfo
1874 LinkAddress dest = r.getDestinationLinkAddress(); in modifyRoute()1907 LinkAddress dest = r.getDestinationLinkAddress(); in modifyRoute()
1189 Landroid/net/RouteInfo;->getDestinationLinkAddress()Landroid/net/LinkAddress;
2479 final String dst = bestRoute.getDestinationLinkAddress().toString(); in addLegacyRouteToHost()