Home
last modified time | relevance | path

Searched refs:anycast (Results 1 – 13 of 13) sorted by relevance

/external/iptables/extensions/
Dlibxt_addrtype.txlate8 nft add rule ip filter INPUT fib daddr type != { local, anycast } counter
11 nft add rule ip filter INPUT fib daddr . iif type { local, anycast } counter
Dlibxt_addrtype.man21 an anycast packet
/external/openthread/src/cli/
DREADME_SRP_SERVER.md45 Usage: `srp server addrmode [unicast|anycast]`
62 > srp server addrmode anycast
66 anycast
154 Get or set the sequence number used with anycast address mode.
DREADME_NETDATA.md184 - `netdata publish dnssrp anycast <seq-num>` to publish "DNS/SRP Service Anycast Address" with a gi…
188 A new call to `netdata publish dnssrp [anycast|unicast] [...]` command will remove and replace any …
191 > netdata publish dnssrp anycast 1
313 - `netdata unpublish dnssrp` to unpublish "DNS/SRP Service" entry (anycast or unciast).
DREADME.md1650 Gets the current state (`In Progress` or `Idle`) of anycast locator.
1668 Locate the closest destination of an anycast address (i.e., find the destination's mesh local EID a…
1674 Locate the leader using its anycast address:
1682 Locate the closest destination of a service anycast address:
/external/libnl/python/netlink/route/
Daddress.py258 def anycast(self): member in Address
263 @anycast.setter
264 def anycast(self, value): member in Address
/external/libnl/lib/route/
Drtnl.c59 __ADD(RTN_ANYCAST,anycast),
Daddr.c1076 int rtnl_addr_set_anycast(struct rtnl_addr *addr, struct nl_addr *anycast) in rtnl_addr_set_anycast() argument
1078 if (anycast && anycast->a_family != AF_INET6) in rtnl_addr_set_anycast()
1081 return __assign_addr(addr, &addr->a_anycast, anycast, in rtnl_addr_set_anycast()
/external/openthread/etc/gn/
Dopenthread.gni78 # Enable anycast locator functionality
/external/curl/.github/scripts/
Dspellcheck.words22 anycast
/external/openthread/examples/
DREADME.md9 | ANYCAST_LOCATOR | OT_ANYCAST_LOCATOR | Enables anycast locator functionality. |
/external/openthread/etc/cmake/
Doptions.cmake37 option(OT_ANYCAST_LOCATOR "enable anycast locator support")
/external/python/cpython3/Doc/library/
Dipaddress.rst734 Subnet-Router anycast address. For networks with a mask length of 127,
735 the Subnet-Router anycast address is also included in the result.