| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| thread-service.h | 46 bool anycast_also_present; // True if the RLOC16 advertising this service is also advertising anycast 50 struct in6_addr address; // Anycast IPv6 address constructed from the service identifier and mesh-local prefix 71 struct thread_anycast_service anycast; member in union:thread_service::__anon6039
|
| srp-mdns-proxy.h | 154 bool anycast; // True if service registration is through anycast service. member in struct:adv_instance
|
| /src/sys/netinet6/ |
| nd6.c | 848 int anycast; local 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 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
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| getifaddrs.c | 156 void *anycast; member in struct:rtmaddr_ifamap 727 ifamap.anycast = rtadata; 807 if (ifamap.anycast) { 812 ifa_make_sockaddr(nlm_family, ifa->ifa_anyaddr, ifamap.anycast, ifamap.anycast_len,
|