Home
last modified time | relevance | path

Searched refs:Ip6FindNeighborEntry (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6Nd.c560 Ip6FindNeighborEntry ( in Ip6FindNeighborEntry() function
704 Entry->NeighborCache = Ip6FindNeighborEntry (IpSb, Ip6Address); in Ip6CreateDefaultRouter()
1437 Neighbor = Ip6FindNeighborEntry (IpSb, TargetIp6Address); in Ip6SendNeighborSolicit()
1624 Neighbor = Ip6FindNeighborEntry (IpSb, &Head->SourceAddress); in Ip6ProcessNeighborSolicit()
1783 Neighbor = Ip6FindNeighborEntry (IpSb, &Target); in Ip6ProcessNeighborAdvertise()
2033 DefaultRouter->NeighborCache = Ip6FindNeighborEntry (IpSb, &Head->SourceAddress); in Ip6ProcessRouterAdvertise()
2090 NeighborCache = Ip6FindNeighborEntry (IpSb, &Head->SourceAddress); in Ip6ProcessRouterAdvertise()
2579 NeighborCache = Ip6FindNeighborEntry (IpSb, Target); in Ip6ProcessRedirect()
2675 Neighbor = Ip6FindNeighborEntry (IpSb, TargetIp6Address); in Ip6AddNeighbor()
2737 Neighbor = Ip6FindNeighborEntry (IpSb, TargetIp6Address); in Ip6DelNeighbor()
DIp6Output.c695 NeighborCache = Ip6FindNeighborEntry (IpSb, &Head->DestinationAddress); in Ip6Output()
720 NeighborCache = Ip6FindNeighborEntry (IpSb, &NextHop); in Ip6Output()
DIp6Nd.h426 Ip6FindNeighborEntry (
DIp6If.c707 NeighborCache = Ip6FindNeighborEntry (IpSb, NextHop); in Ip6SendFrame()