Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6Driver.c236 while (!IsListEmpty (&IpSb->NeighborTable)) { in Ip6CleanService()
237 NeighborCache = NET_LIST_HEAD (&IpSb->NeighborTable, IP6_NEIGHBOR_ENTRY, Link); in Ip6CleanService()
326 InitializeListHead (&IpSb->NeighborTable); in Ip6CreateService()
DIp6Impl.h205 LIST_ENTRY NeighborTable; member
DIp6Nd.c70 NET_LIST_FOR_EACH (Entry, &IpSb->NeighborTable) { in Ip6BuildEfiNeighborCache()
86 NET_LIST_FOR_EACH (Entry, &IpSb->NeighborTable) { in Ip6BuildEfiNeighborCache()
536 InsertHeadList (&IpSb->NeighborTable, &Entry->Link); in Ip6CreateNeighborEntry()
572 NET_LIST_FOR_EACH_SAFE (Entry, Next, &IpSb->NeighborTable) { in Ip6FindNeighborEntry()
576 InsertHeadList (&IpSb->NeighborTable, Entry); in Ip6FindNeighborEntry()
2876 NET_LIST_FOR_EACH_SAFE (Entry, Next, &IpSb->NeighborTable) { in Ip6NdFasterTimerTicking()