HomeSort by relevance Sort by last modified time
    Searched refs:RouteCache (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Output.c 497 IP6_ROUTE_CACHE_ENTRY *RouteCache;
705 RouteCache = Ip6Route (IpSb, &Head->DestinationAddress, &Head->SourceAddress);
706 if (RouteCache == NULL) {
710 IP6_COPY_ADDRESS (&NextHop, &RouteCache->NextHop);
711 Ip6FreeRouteCacheEntry (RouteCache);
    [all...]
Ip6Nd.c     [all...]

Completed in 69 milliseconds