Searched refs:rand_ports (Results 1 – 2 of 2) sorted by relevance
14 from lib.py import rand_port, rand_ports476 ports = rand_ports(ctx_cnt)565 ports = rand_ports(ctx_cnt)810 ports = rand_ports(2)
319 return rand_ports(1, stype)[0]322 def rand_ports(count, stype=socket.SOCK_STREAM): function