Searched refs:ilength (Results 1 – 2 of 2) sorted by relevance
/openthread-3.6.0/tools/harness-thci/ |
D | OpenThread_BR.py | 438 def ping(self, strDestination, ilength=0, hop_limit=5, timeout=5): argument 459 int(ilength),
|
D | OpenThread.py | 1333 def ping(self, strDestination, ilength=0, hop_limit=64, timeout=5): argument 1342 cmd = 'ping %s %s' % (strDestination, str(ilength))
|