Home
last modified time | relevance | path

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

/openthread-latest/tests/scripts/thread-cert/
Dmessage.py519 def get_icmp_message(self, icmp_type): argument
524 if m.icmp.header.type == icmp_type:
Dcommand.py216 def check_icmp_path(sniffer, path, nodes, icmp_type=ipv6.ICMP_ECHO_REQUEST): argument
224 node_icmp_msg = node_msg.get_icmp_message(icmp_type)