Searched refs:udp_send_host (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/tests/scripts/thread-cert/border_router/ |
D | test_firewall.py | 205 … host.udp_send_host(router1.get_ip6_address(config.ADDRESS_TYPE.OMR)[0], config.TMF_PORT, "HELLO") 208 br1.udp_send_host(router1.get_mleid(), config.TMF_PORT, "BYE") 211 br1.udp_send_host(br1.get_mleid(), config.TMF_PORT, "SELF")
|
D | test_end_device_udp_reachability.py | 108 host.udp_send_host(data='A' * UDP_PAYLOAD_LEN, ipaddr=fed1_omr_addr, port=PORT)
|
/openthread-latest/tests/scripts/thread-cert/border_router/MATN/ |
D | MATN_05_ReregistrationToSameMulticastGroup.py | 128 host.udp_send_host(data='PING', ipaddr=MA1, port=5683)
|
/openthread-latest/tests/scripts/thread-cert/ |
D | node.py | 3940 def udp_send_host(self, ipaddr, port, data, hop_limit=None): member in LinuxHost
|