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

/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dsocket_wrapper.c1371 static int autobind_start; variable
1388 autobind_start = getpid();
1389 autobind_start %= 50000;
1390 autobind_start += 10000;
1449 if (autobind_start > 60000) {
1450 autobind_start = 10000;
1454 port = autobind_start + i;
1465 autobind_start = port + 1;

Completed in 172 milliseconds