Home
last modified time | relevance | path

Searched refs:ilength (Results 1 – 2 of 2) sorted by relevance

/openthread-3.6.0/tools/harness-thci/
DOpenThread_BR.py438 def ping(self, strDestination, ilength=0, hop_limit=5, timeout=5): argument
459 int(ilength),
DOpenThread.py1333 def ping(self, strDestination, ilength=0, hop_limit=64, timeout=5): argument
1342 cmd = 'ping %s %s' % (strDestination, str(ilength))