Searched refs:nx_ppp_debug_log_oldest_index (Results 1 – 2 of 2) sorted by relevance
612 UINT nx_ppp_debug_log_oldest_index; member
8526 entry_ptr = &(ppp_ptr -> nx_ppp_debug_log[ppp_ptr -> nx_ppp_debug_log_oldest_index++]); in _nx_ppp_debug_log_capture()8529 if (ppp_ptr -> nx_ppp_debug_log_oldest_index >= NX_PPP_DEBUG_LOG_SIZE) in _nx_ppp_debug_log_capture()8530 ppp_ptr -> nx_ppp_debug_log_oldest_index = 0; in _nx_ppp_debug_log_capture()