Searched refs:rand_port (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.c431 u_short lport = 0, rand_port = 0; local
617 read_random(&rand_port, sizeof(rand_port));
618 *lastport = first - (rand_port % (first - last));
641 read_random(&rand_port, sizeof(rand_port));
642 *lastport = first + (rand_port % (first - last));

Completed in 66 milliseconds