Searched refs:IsRouter (Results 1 – 2 of 2) sorted by relevance
518 Entry->IsRouter = FALSE; in Ip6CreateNeighborEntry()658 if (NeighborCache->IsRouter) { in Ip6FreeNeighborEntry()1219 IN BOOLEAN IsRouter, in Ip6SendNeighborAdvertise() argument1277 if (IsRouter) { in Ip6SendNeighborAdvertise()1708 BOOLEAN IsRouter; in Ip6ProcessNeighborAdvertise() local1791 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 …]
123 BOOLEAN IsRouter; member