Home
last modified time | relevance | path

Searched defs:addr (Results 1 – 25 of 34) sorted by relevance

12

/openthread-latest/tests/scripts/thread-cert/
Dtest_srp_auto_host_address.py329 def is_address_locator(self, addr): argument
335 def is_address_link_local(self, addr): argument
Dtest_service.py84 def pingFromAll(self, addr): argument
88 def failToPingFromAll(self, addr): argument
Dv1_2_test_multicast_listener_registration.py599 …def __check_ipmaddr_add(self, id, parent_id, addr, expect_mlr_req=True, expect_mlr_req_proxied=Fal… argument
705 …def __check_renewing(self, id, parent_id, addr, expect_mlr_req=True, expect_mlr_req_proxied=False): argument
719 def __check_rereg(self, id, parent_id, addr, expect_mlr_req=True, expect_mlr_req_proxied=False): argument
732 …def __check_rereg_seqno(self, id, parent_id, addr, expect_mlr_req=True, expect_mlr_req_proxied=Fal… argument
748 …def __check_rereg_pbbr_change(self, id, parent_id, addr, expect_mlr_req=True, expect_mlr_req_proxi… argument
Dsimulator.py236 def _is_radio(self, addr): argument
239 def _to_core_addr(self, addr): argument
243 def _to_radio_addr(self, addr): argument
429 def _send_message(self, message, addr): argument
Dfind_border_agents.py43 addr = None variable in BorderAgent
Dnode.py1041 def commissioner_add_joiner(self, addr, psk): argument
1071 def add_allowlist(self, addr, rssi=None): argument
1678 def set_link_quality(self, addr, lqi): argument
1688 def remove_allowlist(self, addr): argument
2531 def send_network_diag_get(self, addr, tlv_types): argument
2542 def send_network_diag_reset(self, addr, tlv_types): argument
2879 def send_mgmt_active_get(self, addr='', tlvs=[]): argument
2894 def send_mgmt_pending_get(self, addr='', tlvs=[]): argument
4129 def add_ipaddr(self, addr): argument
/openthread-latest/tests/unit/
Dtest_toolchain_c.c45 otNetifAddress addr; in CreateNetif_c() local
Dtest_netif.cpp68 for (const Ip6::Netif::MulticastAddress &addr : aNetif.GetMulticastAddresses()) in VerifyMulticastAddressList() local
Dtest_mac_frame.cpp86 Mac::Address addr; in TestMacAddress() local
/openthread-latest/tests/scripts/thread-cert/border_router/nat64/
Dtest_single_border_router.py107 def listen_udp(self, addr, port): argument
/openthread-latest/src/posix/platform/
Dinfra_if.cpp72 for (struct ifaddrs *addr = ifAddrs; addr != nullptr; addr = addr->ifa_next) in otPlatInfraIfHasAddress() local
197 struct sockaddr_nl addr; in CreateNetLinkSocket() local
340 for (struct ifaddrs *addr = ifAddrs; addr != nullptr; addr = addr->ifa_next) in CountAddresses() local
387 for (struct ifaddrs *addr = ifAddrs; addr != nullptr; addr = addr->ifa_next) in HasLinkLocalAddress() local
Dmdns_socket.cpp368 struct sockaddr_in addr; in SendQueuedMessages() local
495 struct sockaddr_in addr; in OpenIp4Socket() local
Dresolver.cpp100 in_addr_t addr; in LoadDnsServerListFromConf() local
Dradio.cpp242 otExtAddress addr; in otPlatRadioSetExtendedAddress() local
401 otExtAddress addr; in otPlatRadioAddSrcMatchExtEntry() local
420 otExtAddress addr; in otPlatRadioClearSrcMatchExtEntry() local
Dnetif.cpp369 otIp6Address addr; in InitNetaskWithPrefixLength() local
1328 otIp6Address addr; in processNetifAddrEvent() local
1541 otIp6Address addr; in processNetifAddrEvent() local
2069 struct sockaddr_ctl addr; local
/openthread-latest/examples/platforms/simulation/
Dmdns_socket.c105 struct sockaddr_in addr; in OpenIp4Socket() local
313 struct sockaddr_in addr; in otPlatMdnsSendMulticast() local
358 struct sockaddr_in addr; in otPlatMdnsSendUnicast() local
/openthread-latest/tests/scripts/thread-cert/pktverify/
Dpacket_filter.py497 def filter_wpan_src16(self, addr, **kwargs): argument
500 def filter_wpan_dst16(self, addr, **kwargs): argument
506 def filter_wpan_src64(self, addr, **kwargs): argument
510 def filter_wpan_dst64(self, addr, **kwargs): argument
537 def filter_eth_src(self, addr, **kwargs): argument
541 def filter_ipv6_dst(self, addr, **kwargs): argument
Daddrs.py94 def _expand(addr) -> str: argument
/openthread-latest/third_party/mbedtls/repo/programs/ssl/
Dmini_client.c146 struct sockaddr_in addr; in main() local
/openthread-latest/src/core/thread/
Dmlr_manager.cpp115 …for (const Ip6::Netif::ExternalMulticastAddress &addr : Get<ThreadNetif>().IterateExternalMulticas… in IsAddressMlrRegisteredByNetif() local
667 …for (const Ip6::Netif::ExternalMulticastAddress &addr : Get<ThreadNetif>().IterateExternalMulticas… in LogMulticastAddresses() local
Dnetwork_diagnostic.cpp133 for (const Ip6::Netif::UnicastAddress &addr : Get<ThreadNetif>().GetUnicastAddresses()) in AppendIp6AddressList() local
156 for (const Ip6::Netif::UnicastAddress &addr : Get<ThreadNetif>().GetUnicastAddresses()) in AppendIp6AddressList() local
/openthread-latest/tools/harness-simulation/harness/Thread_Harness/Sniffer/
DSimSniffer.py216 def _encode_address_port(self, addr, port): argument
/openthread-latest/src/cli/
Dcli_network_data.cpp491 otExtAddress addr; in Process() local
Dcli_commissioner.cpp126 otExtAddress addr; in Process() local
/openthread-latest/src/core/net/
Dnat64_translator.cpp501 Ip4::Address addr; in SetIp4Cidr() local

12