Home
last modified time | relevance | path

Searched refs:ip_addr (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/tests/toranj/cli/
Dtest-035-context-id-change-addr-reg.py131 for ip_addr in sed_ip_addrs:
132 if ip_addr.startswith('fd00:2:0:0:'):
133 sed_addr = ip_addr
194 verify(any([ip_addr == sed_addr for ip_addr in sed_ip_addrs]))
202 verify(any([ip_addr.endswith(sed_addr) for ip_addr in ip_addrs]))
/openthread-latest/tools/harness-simulation/
DREADME.md48 …ess. The information field of the device is encoded as `<tag>_<node_id>@<ip_addr>`. Choose the des…
/openthread-latest/tests/toranj/ncp/
Dwpan.py765 def _is_ipv6_addr_link_local(ip_addr): argument
767 return ip_addr.lower().startswith('fe80::')