autobind_start 1551 lib/socket_wrapper/socket_wrapper.c static int autobind_start;
autobind_start 1570 lib/socket_wrapper/socket_wrapper.c autobind_start = getpid();
autobind_start 1571 lib/socket_wrapper/socket_wrapper.c autobind_start %= 50000;
autobind_start 1572 lib/socket_wrapper/socket_wrapper.c autobind_start += 10000;
autobind_start 1637 lib/socket_wrapper/socket_wrapper.c if (autobind_start > 60000) {
autobind_start 1638 lib/socket_wrapper/socket_wrapper.c autobind_start = 10000;
autobind_start 1642 lib/socket_wrapper/socket_wrapper.c port = autobind_start + i;
autobind_start 1653 lib/socket_wrapper/socket_wrapper.c autobind_start = port + 1;