Lines Matching refs:NeighborCache
496 IP6_NEIGHBOR_ENTRY *NeighborCache; in Ip6Output() local
695 NeighborCache = Ip6FindNeighborEntry (IpSb, &Head->DestinationAddress); in Ip6Output()
696 if (NeighborCache != NULL) { in Ip6Output()
720 NeighborCache = Ip6FindNeighborEntry (IpSb, &NextHop); in Ip6Output()
721 if (NeighborCache == NULL) { in Ip6Output()
722 NeighborCache = Ip6CreateNeighborEntry (IpSb, Ip6OnArpResolved, &NextHop, NULL); in Ip6Output()
724 if (NeighborCache == NULL) { in Ip6Output()
731 Ip6CreateSNMulticastAddr (&NeighborCache->Neighbor, &Destination); in Ip6Output()
732 Status = Ip6SelectSourceAddress (IpSb, &NeighborCache->Neighbor, &Source); in Ip6Output()
741 &NeighborCache->Neighbor, in Ip6Output()
748 --NeighborCache->Transmit; in Ip6Output()
749 NeighborCache->Ticks = IP6_GET_TICKS (IpSb->RetransTimer) + 1; in Ip6Output()
752 NeighborCache->Interface = IpIf; in Ip6Output()