Searched refs:TBNET_LOGIN_RETRIES (Results 1 – 1 of 1) sorted by relevance
31 #define TBNET_LOGIN_RETRIES 60 macro442 if (net->login_retries >= TBNET_LOGIN_RETRIES || in tbnet_handle_packet()661 if (net->login_retries++ < TBNET_LOGIN_RETRIES) { in tbnet_login_work()