Home
last modified time | relevance | path

Searched refs:EfiNeighborInComplete (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DIp6.h263 EfiNeighborInComplete, enumerator
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6Nd.c521 Entry->State = EfiNeighborInComplete; in Ip6CreateNeighborEntry()
1828 if (Neighbor->State == EfiNeighborInComplete) { in Ip6ProcessNeighborAdvertise()
2143 if ((NeighborCache->State == EfiNeighborInComplete) || (Result != 0)) { in Ip6ProcessRouterAdvertise()
2148 if (NeighborCache->State == EfiNeighborInComplete) { in Ip6ProcessRouterAdvertise()
2608 if ((NeighborCache->State == EfiNeighborInComplete) || (Result != 0)) { in Ip6ProcessRedirect()
2613 if (NeighborCache->State == EfiNeighborInComplete) { in Ip6ProcessRedirect()
2880 case EfiNeighborInComplete: in Ip6NdFasterTimerTicking()