Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsocket_wrapper.c1373 static int autobind_start; variable
1390 autobind_start = getpid(); in swrap_auto_bind()
1391 autobind_start %= 50000; in swrap_auto_bind()
1392 autobind_start += 10000; in swrap_auto_bind()
1451 if (autobind_start > 60000) { in swrap_auto_bind()
1452 autobind_start = 10000; in swrap_auto_bind()
1456 port = autobind_start + i; in swrap_auto_bind()
1467 autobind_start = port + 1; in swrap_auto_bind()