Searched refs:ip_addr (Results 1 – 3 of 3) sorted by relevance
131 for ip_addr in sed_ip_addrs:132 if ip_addr.startswith('fd00:2:0:0:'):133 sed_addr = ip_addr194 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]))
48 …ess. The information field of the device is encoded as `<tag>_<node_id>@<ip_addr>`. Choose the des…
765 def _is_ipv6_addr_link_local(ip_addr): argument767 return ip_addr.lower().startswith('fe80::')