Lines Matching refs:host_ip
626 def get_servers_in_same_subnet(host_ip, mask_bits, servers=None,
630 @param host_ip: The IP address of a dut to look for devserver.
633 host_ip and mask_bits.
648 if server_ip and is_in_same_subnet(server_ip, host_ip, mask_bits):
663 host_ip = get_ip_address(hostname)
664 if not host_ip:
667 if is_in_same_subnet(subnet_ip, host_ip, mask_bits):
684 host_ip = get_ip_address(hostname)
685 if not host_ip:
698 if is_in_same_subnet(subnet_ip, host_ip, int(maskbit)):