Searched refs:client_error_count (Results 1 – 1 of 1) sorted by relevance
161 u_int32_t client_error_count; member1467 new_registration->client_error_count = registration->client_error_count; in netagent_handle_update_inner()2431 registration->client_error_count = 0; in netagent_handle_reset_client_error_setopt()2952 … (client_error == 0 && registration->client_error_count == 0) || // Only notify once for no-error in netagent_client_message_with_params()2953 (client_error != 0 && registration->client_error_count < NETAGENT_MAX_CLIENT_ERROR_COUNT)) { in netagent_client_message_with_params()2957 registration->client_error_count = 1; in netagent_client_message_with_params()2959 registration->client_error_count++; in netagent_client_message_with_params()