Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/ppp/
Dnx_ppp.h190 #ifndef NX_PPP_DEBUG_LOG_SIZE
191 #define NX_PPP_DEBUG_LOG_SIZE 50 macro
610 nx_ppp_debug_log[NX_PPP_DEBUG_LOG_SIZE];
Dnx_ppp.c8528 if (ppp_ptr -> nx_ppp_debug_log_oldest_index >= NX_PPP_DEBUG_LOG_SIZE) in _nx_ppp_debug_log_capture()