Home
last modified time | relevance | path

Searched refs:LINK_LOCAL_All_THREAD_NODES_MULTICAST_ADDRESS (Results 1 – 5 of 5) sorted by relevance

/openthread-3.5.0/tests/scripts/thread-cert/
DCert_6_4_01_LinkLocal.py35 from pktverify.consts import LINK_LOCAL_All_THREAD_NODES_MULTICAST_ADDRESS
93 … self.assertTrue(self.nodes[LEADER].ping(config.LINK_LOCAL_All_THREAD_NODES_MULTICAST_ADDRESS,
96 … self.assertTrue(self.nodes[LEADER].ping(config.LINK_LOCAL_All_THREAD_NODES_MULTICAST_ADDRESS))
DCert_5_3_01_LinkLocal.py34 from pktverify.consts import LINK_LOCAL_All_THREAD_NODES_MULTICAST_ADDRESS
98 … self.assertTrue(self.nodes[LEADER].ping(config.LINK_LOCAL_All_THREAD_NODES_MULTICAST_ADDRESS))
193 LINK_LOCAL_All_THREAD_NODES_MULTICAST_ADDRESS).\
Dconfig.py54 LINK_LOCAL_All_THREAD_NODES_MULTICAST_ADDRESS = 'ff32:40:fd00:db8:0:0:0:1' variable
/openthread-3.5.0/tests/scripts/thread-cert/pktverify/
Dconsts.py36 LINK_LOCAL_All_THREAD_NODES_MULTICAST_ADDRESS = Ipv6Addr('ff32:40:fd00:db8::1') variable
Dpacket_filter.py556 …return self.filter(lambda p: p.ipv6.dst == consts.LINK_LOCAL_All_THREAD_NODES_MULTICAST_ADDRESS, *…