Home
last modified time | relevance | path

Searched refs:NeighborCache (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6Nd.c54 OUT EFI_IP6_NEIGHBOR_CACHE **NeighborCache in Ip6BuildEfiNeighborCache() argument
65 ASSERT (NeighborCount != NULL && NeighborCache != NULL); in Ip6BuildEfiNeighborCache()
99 *NeighborCache = NeighborCacheTmp; in Ip6BuildEfiNeighborCache()
543 DefaultRouter->NeighborCache = Entry; in Ip6CreateNeighborEntry()
609 IN IP6_NEIGHBOR_ENTRY *NeighborCache, in Ip6FreeNeighborEntry() argument
630 NET_LIST_FOR_EACH_SAFE (Entry, Next, &NeighborCache->Frames) { in Ip6FreeNeighborEntry()
652 if (NeighborCache->ArpFree && IsListEmpty (&NeighborCache->Frames)) { in Ip6FreeNeighborEntry()
653 RemoveEntryList (&NeighborCache->ArpList); in Ip6FreeNeighborEntry()
654 NeighborCache->ArpFree = FALSE; in Ip6FreeNeighborEntry()
658 if (NeighborCache->IsRouter) { in Ip6FreeNeighborEntry()
[all …]
DIp6If.c666 IP6_NEIGHBOR_ENTRY *NeighborCache; in Ip6SendFrame() local
707 NeighborCache = Ip6FindNeighborEntry (IpSb, NextHop); in Ip6SendFrame()
708 ASSERT (NeighborCache != NULL); in Ip6SendFrame()
710 if (NeighborCache->Interface == NULL) { in Ip6SendFrame()
711 NeighborCache->Interface = Interface; in Ip6SendFrame()
714 switch (NeighborCache->State) { in Ip6SendFrame()
716 NeighborCache->State = EfiNeighborDelay; in Ip6SendFrame()
717 NeighborCache->Ticks = (UINT32) IP6_GET_TICKS (IP6_DELAY_FIRST_PROBE_TIME); in Ip6SendFrame()
724 IP6_COPY_LINK_ADDRESS (&Token->DstMac, &NeighborCache->LinkAddress); in Ip6SendFrame()
738 if (ArpQue == NeighborCache) { in Ip6SendFrame()
[all …]
DIp6Output.c496 IP6_NEIGHBOR_ENTRY *NeighborCache; in Ip6Output() local
695 NeighborCache = Ip6FindNeighborEntry (IpSb, &Head->DestinationAddress); in Ip6Output()
696 if (NeighborCache != NULL) { in Ip6Output()
720 NeighborCache = Ip6FindNeighborEntry (IpSb, &NextHop); in Ip6Output()
721 if (NeighborCache == NULL) { in Ip6Output()
722 NeighborCache = Ip6CreateNeighborEntry (IpSb, Ip6OnArpResolved, &NextHop, NULL); in Ip6Output()
724 if (NeighborCache == NULL) { in Ip6Output()
731 Ip6CreateSNMulticastAddr (&NeighborCache->Neighbor, &Destination); in Ip6Output()
732 Status = Ip6SelectSourceAddress (IpSb, &NeighborCache->Neighbor, &Source); in Ip6Output()
741 &NeighborCache->Neighbor, in Ip6Output()
[all …]
DIp6Nd.h142 IP6_NEIGHBOR_ENTRY *NeighborCache; member
170 OUT EFI_IP6_NEIGHBOR_CACHE **NeighborCache
455 IN IP6_NEIGHBOR_ENTRY *NeighborCache,
DIp6Driver.c150 IP6_NEIGHBOR_ENTRY *NeighborCache; in Ip6CleanService() local
234 NeighborCache = NET_LIST_HEAD (&IpSb->NeighborTable, IP6_NEIGHBOR_ENTRY, Link); in Ip6CleanService()
235 Ip6FreeNeighborEntry (IpSb, NeighborCache, FALSE, TRUE, EFI_SUCCESS, NULL, NULL); in Ip6CleanService()
DIp6Impl.c99 Ip6ModeData->NeighborCache = NULL; in EfiIp6GetModeData()
175 &Ip6ModeData->NeighborCache in EfiIp6GetModeData()
217 if (Ip6ModeData->NeighborCache != NULL) { in EfiIp6GetModeData()
218 FreePool (Ip6ModeData->NeighborCache); in EfiIp6GetModeData()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DIp6.h373 EFI_IP6_NEIGHBOR_CACHE *NeighborCache; member
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDhcp6.c528 if (Ip6ModeData.NeighborCache != NULL) { in HttpBootCheckRouteTable()
529 FreePool (Ip6ModeData.NeighborCache); in HttpBootCheckRouteTable()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeIpIoLib/
DDxeIpIoLib.c1818 if (Ip6ModeData.NeighborCache != NULL) { in IpIoConfigIp()
1819 FreePool (Ip6ModeData.NeighborCache); in IpIoConfigIp()
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp6.c1302 if (Ip6ModeData.NeighborCache != NULL) { in PxeBcCheckRouteTable()
1303 FreePool (Ip6ModeData.NeighborCache); in PxeBcCheckRouteTable()
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
DIScsiProto.c392 if (Ip6ModeData.NeighborCache!= NULL) { in IScsiGetIp6NicInfo()
393 FreePool (Ip6ModeData.NeighborCache); in IScsiGetIp6NicInfo()