Home | History | Annotate | Download | only in mDNSCore

Lines Matching full:neighbor

771 	// Unsolicited Neighbor Advertisements (RFC 2461 Section 7.2.6) give us fast address cache updating,
773 // Neighbor Advertisements we have to rely on Neighbor Unreachability Detection instead, which is slower.
1923 // Some recipient hosts seem to ignore Neighbor Solicitations if the IPv6-layer destination address is not the
1933 // Right now we only send Neighbor Solicitations to verify whether the host we're proxying for has gone to sleep yet.
1936 // Should we want to send traditional Neighbor Solicitations in the future, where we really don't know in advance what
1964 *ptr++ = op; // 0x87 == Neighbor Solicitation, 0x88 == Neighbor Advertisement
1970 if (op == NDP_Sol) // Neighbor Solicitation. The NDP "target" is the address we seek.
1986 else // Neighbor Advertisement. The NDP "target" is the address we're giving information about.
2091 // For now we only want to send a single Unsolicited Neighbor Advertisement restoring the address to the original
5705 // Unsolicited Neighbor Advertisements -- even Neighbor Advertisements agreeing with what the host should be
7344 // Unsolicited Neighbor Advertisements (RFC 2461 Section 7.2.6) give us fast address cache updating,
7346 // Neighbor Advertisements we have to rely on Neighbor Unreachability Detection instead, which is slower.
10286 // Pass 1: Process Neighbor Solicitations, and generate a Neighbor Advertisement if necessary.
10322 // For Neighbor Advertisements we check the Target address field, not the actual IPv6 source address.