Searched refs:anycast (Results 1 – 13 of 13) sorted by relevance
/external/iptables/extensions/ |
D | libxt_addrtype.txlate | 8 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
|
D | libxt_addrtype.man | 21 an anycast packet
|
/external/openthread/src/cli/ |
D | README_SRP_SERVER.md | 45 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.
|
D | README_NETDATA.md | 184 - `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).
|
D | README.md | 1650 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/ |
D | address.py | 258 def anycast(self): member in Address 263 @anycast.setter 264 def anycast(self, value): member in Address
|
/external/libnl/lib/route/ |
D | rtnl.c | 59 __ADD(RTN_ANYCAST,anycast),
|
D | addr.c | 1076 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/ |
D | openthread.gni | 78 # Enable anycast locator functionality
|
/external/curl/.github/scripts/ |
D | spellcheck.words | 22 anycast
|
/external/openthread/examples/ |
D | README.md | 9 | ANYCAST_LOCATOR | OT_ANYCAST_LOCATOR | Enables anycast locator functionality. |
|
/external/openthread/etc/cmake/ |
D | options.cmake | 37 option(OT_ANYCAST_LOCATOR "enable anycast locator support")
|
/external/python/cpython3/Doc/library/ |
D | ipaddress.rst | 734 Subnet-Router anycast address. For networks with a mask length of 127, 735 the Subnet-Router anycast address is also included in the result.
|