Searched refs:get_ip_from_name (Results 1 – 2 of 2) sorted by relevance
283 ps_ip = get_ip_from_name(conf.iface.name)290 = Test get_ip_from_name with VBS293 assert get_ip_from_name(conf.iface.name) == ps_ip
395 def get_ip_from_name(ifname, v6=False): function