HomeSort by: relevance | last modified time | path
    Searched refs:anycast (Results 1 - 3 of 3) sorted by relevancy

  /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).
  /src/tests/net/if/
t_ifconfig.sh 37 anycast="[Aa][Nn][Yy][Cc][Aa][Ss][Tt]"
300 # anycast
301 atf_check -s exit:0 rump.ifconfig shmif0 inet6 fc00::2 anycast
302 atf_check -s exit:0 -o match:"fc00::2.+$anycast" rump.ifconfig shmif0 inet6

Completed in 15 milliseconds