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

  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Driver.c 233 while (!IsListEmpty (&IpSb->NeighborTable)) {
234 NeighborCache = NET_LIST_HEAD (&IpSb->NeighborTable, IP6_NEIGHBOR_ENTRY, Link);
324 InitializeListHead (&IpSb->NeighborTable);
Ip6Impl.h 203 LIST_ENTRY NeighborTable;
    [all...]
Ip6Nd.c 70 NET_LIST_FOR_EACH (Entry, &IpSb->NeighborTable) {
86 NET_LIST_FOR_EACH (Entry, &IpSb->NeighborTable) {
536 InsertHeadList (&IpSb->NeighborTable, &Entry->Link);
572 NET_LIST_FOR_EACH_SAFE (Entry, Next, &IpSb->NeighborTable) {
576 InsertHeadList (&IpSb->NeighborTable, Entry);
    [all...]

Completed in 55 milliseconds