Home
last modified time | relevance | path

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

/external/autotest/client/virt/
Dvirt_utils.py1015 def find_free_port(start_port, end_port, address="localhost"): argument
1022 for i in range(start_port, end_port):
1028 def find_free_ports(start_port, end_port, count, address="localhost"): argument
1038 while i < end_port and count > 0: