Searched refs:hoplimit (Results 1 – 6 of 6) sorted by relevance
/openthread-3.4.0/tests/scripts/thread-cert/border_router/MATN/ |
D | MATN_12_HopLimitProcessing.py | 127 self.assertFalse(router1.ping(MA2, hoplimit=159, size=130)) 134 self.assertFalse(router1.ping(MA2, hoplimit=2, size=130)) 140 self.assertFalse(router1.ping(MA2, hoplimit=1, size=130)) 146 self.assertFalse(router1.ping(MA2, hoplimit=0, size=130))
|
/openthread-3.4.0/src/posix/platform/ |
D | udp.cpp | 197 int hoplimit; in receivePacket() local 199 memcpy(&hoplimit, CMSG_DATA(cmsg), sizeof(hoplimit)); in receivePacket() 200 aMessageInfo.mHopLimit = static_cast<uint8_t>(hoplimit); in receivePacket()
|
/openthread-3.4.0/tools/otci/tests/ |
D | test_otci.py | 595 statistics = commissioner.ping(dst_ip, size=10, count=10, interval=2, hoplimit=3) 712 statistics = commissioner.ping("ff02::1", size=1, count=10, interval=1, hoplimit=255)
|
/openthread-3.4.0/src/cli/ |
D | README.md | 89 - [ping](#ping-async--i-source-ipaddr-size-count-interval-hoplimit-timeout) 2559 ### ping \[async\] \[-I source\] \<ipaddr\> \[size\] \[count\] \[interval\] \[hoplimit\] \[timeout\] 2568 - hoplimit: The hoplimit of ICMPv6 Echo Request to be sent.
|
/openthread-3.4.0/tools/otci/otci/ |
D | otci.py | 227 hoplimit: int = 64,
|
/openthread-3.4.0/tests/scripts/thread-cert/ |
D | node.py | 2476 …def ping(self, ipaddr, num_responses=1, size=8, timeout=5, count=1, interval=1, hoplimit=64, inter… argument
|