Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6Nd.c518 Entry->IsRouter = FALSE; in Ip6CreateNeighborEntry()
658 if (NeighborCache->IsRouter) { in Ip6FreeNeighborEntry()
1219 IN BOOLEAN IsRouter, in Ip6SendNeighborAdvertise() argument
1277 if (IsRouter) { in Ip6SendNeighborAdvertise()
1708 BOOLEAN IsRouter; in Ip6ProcessNeighborAdvertise() local
1791 IsRouter = FALSE; in Ip6ProcessNeighborAdvertise()
1794 IsRouter = TRUE; in Ip6ProcessNeighborAdvertise()
1821 if (!Neighbor->IsRouter && IsRouter) { in Ip6ProcessNeighborAdvertise()
1853 Neighbor->IsRouter = IsRouter; in Ip6ProcessNeighborAdvertise()
1889 if (Neighbor->IsRouter && !IsRouter) { in Ip6ProcessNeighborAdvertise()
[all …]
DIp6Nd.h123 BOOLEAN IsRouter; member