Home
last modified time | relevance | path

Searched refs:netdata_publish_dnssrp_unicast (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/tests/scripts/thread-cert/
Dtest_srp_auto_start_mode.py239 server3.netdata_publish_dnssrp_unicast(unicast_addr3, unicast_port3)
252 server1.netdata_publish_dnssrp_unicast(unicast_addr1, unicast_port1)
Dtest_netdata_publisher.py320 node.netdata_publish_dnssrp_unicast(DNSSRP_ADDRESS, DNSSRP_PORT)
353 node.netdata_publish_dnssrp_unicast(DNSSRP_ADDRESS, DNSSRP_PORT, num)
488 leader.netdata_publish_dnssrp_unicast(DNSSRP_ADDRESS, DNSSRP_PORT)
Dnode.py2522 def netdata_publish_dnssrp_unicast(self, address, port, version=0): member in NodeImpl