Home | History | Annotate | Download | only in virt

Lines Matching refs:ports

989 # The following are utility functions related to ports.
1030 Return count of host free ports in the range [start_port, end_port].
1032 @count: Initial number of ports known to be free in the range.
1036 ports = []
1040 ports.append(i)
1043 return ports