/src/sys/netinet6/ |
nd6_nbr.c | 113 int anycast = 0, proxy = 0, tentative = 0; local in function:nd6_ns_input 219 * (1) Valid unicast/anycast address for my receiving interface, 280 anycast = ((struct in6_ifaddr *)ifa)->ia6_flags & IN6_IFF_ANYCAST; 361 ((anycast || proxy || !tlladdr) ? 0 : ND_NA_FLAG_OVERRIDE) | 370 ((anycast || proxy || !tlladdr) ? 0 : ND_NA_FLAG_OVERRIDE) | 605 * - anycast advertisement delay rule (RFC2461 7.2.7, SHOULD) 892 * - anycast advertisement delay rule (RFC2461 7.2.7, SHOULD) 998 * Basically, if NS packet is sent to unicast/anycast addr, 1218 * - the interface address is anycast
|
nd6.c | 848 int anycast; local in function:nd6_rtrequest 854 anycast = ifatoia6(ifa)->ia6_flags & IN6_IFF_ANYCAST; 865 (anycast ? 0 : ND_NA_FLAG_OVERRIDE) 1586 * or an anycast address(i.e. not a multicast).
|
nd6_nbr.c | 113 int anycast = 0, proxy = 0, tentative = 0; local in function:nd6_ns_input 219 * (1) Valid unicast/anycast address for my receiving interface, 280 anycast = ((struct in6_ifaddr *)ifa)->ia6_flags & IN6_IFF_ANYCAST; 361 ((anycast || proxy || !tlladdr) ? 0 : ND_NA_FLAG_OVERRIDE) | 370 ((anycast || proxy || !tlladdr) ? 0 : ND_NA_FLAG_OVERRIDE) | 605 * - anycast advertisement delay rule (RFC2461 7.2.7, SHOULD) 892 * - anycast advertisement delay rule (RFC2461 7.2.7, SHOULD) 998 * Basically, if NS packet is sent to unicast/anycast addr, 1218 * - the interface address is anycast
|
nd6.c | 848 int anycast; local in function:nd6_rtrequest 854 anycast = ifatoia6(ifa)->ia6_flags & IN6_IFF_ANYCAST; 865 (anycast ? 0 : ND_NA_FLAG_OVERRIDE) 1586 * or an anycast address(i.e. not a multicast).
|
nd6_nbr.c | 113 int anycast = 0, proxy = 0, tentative = 0; local in function:nd6_ns_input 219 * (1) Valid unicast/anycast address for my receiving interface, 280 anycast = ((struct in6_ifaddr *)ifa)->ia6_flags & IN6_IFF_ANYCAST; 361 ((anycast || proxy || !tlladdr) ? 0 : ND_NA_FLAG_OVERRIDE) | 370 ((anycast || proxy || !tlladdr) ? 0 : ND_NA_FLAG_OVERRIDE) | 605 * - anycast advertisement delay rule (RFC2461 7.2.7, SHOULD) 892 * - anycast advertisement delay rule (RFC2461 7.2.7, SHOULD) 998 * Basically, if NS packet is sent to unicast/anycast addr, 1218 * - the interface address is anycast
|
nd6.c | 848 int anycast; local in function:nd6_rtrequest 854 anycast = ifatoia6(ifa)->ia6_flags & IN6_IFF_ANYCAST; 865 (anycast ? 0 : ND_NA_FLAG_OVERRIDE) 1586 * or an anycast address(i.e. not a multicast).
|