Home
last modified time | relevance | path

Searched defs:addrs (Results 1 – 11 of 11) sorted by relevance

/openthread-3.4.0/tests/toranj/ncp/
Dtest-022-multicast-ip6-address.py126 addrs = wpan.parse_list(node.get(wpan.WPAN_IP6_MULTICAST_ADDRESSES)) variable
130 addrs = wpan.parse_list(node.get(wpan.WPAN_IP6_MULTICAST_ADDRESSES)) variable
/openthread-3.4.0/tests/scripts/thread-cert/
Dtest_dnssd.py238 addrs, argument
Dv1_2_test_multicast_listener_registration.py422 …def __check_multicast_listener(self, *addrs, expect_mlr_timeout_range=None, expect_not_present=Fal…
/openthread-3.4.0/tests/scripts/thread-cert/border_router/
Dtest_dnssd_instance_name_with_space.py143 …f _config_srp_client_services(self, client, instancename, hostname, port, priority, weight, addrs): argument
Dtest_dnssd_server.py283 …f _config_srp_client_services(self, client, instancename, hostname, port, priority, weight, addrs): argument
Dtest_dnssd_server_multi_border_routers.py297 …f _config_srp_client_services(self, client, instancename, hostname, port, priority, weight, addrs): argument
/openthread-3.4.0/tools/harness-automation/autothreadharness/
Dopen_thread_controller.py311 def addrs(self): member in OpenThreadController
/openthread-3.4.0/src/core/mac/
Dmac.cpp723 Addresses addrs; in PrepareBeaconRequest() local
743 Addresses addrs; in PrepareBeacon() local
/openthread-3.4.0/src/core/net/
Ddnssd_server.cpp825 const Ip6::Address *addrs = host->GetAddresses(addrNum); in ResolveQuestionBySrp() local
Dsrp_server.cpp1332 const Ip6::Address *addrs; in InformUpdateHandlerOrCommit() local
/openthread-3.4.0/tests/toranj/cli/
Dcli.py520 def srp_client_set_host_address(self, *addrs):