Home
last modified time | relevance | path

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

/external/libppp/src/
Dlqr.c174 log_Printf(LogLQM, "%s: Too many LQR packets lost\n", in SendLqrReport()
189 log_Printf(LogLQM, "%s: Too many LCP ECHO packets lost\n", in SendLqrReport()
285 log_Printf(LogLQM, "%s: Expecting LQR every %d.%02d secs\n", in lqr_Setup()
296 log_Printf(LogLQM, "%s: Will send %s every %d.%02d secs\n", in lqr_Setup()
303 log_Printf(LogLQM, "%s: LQR/LCP ECHO not negotiated\n", in lqr_Setup()
338 log_Printf(LogLQM, "%s: Stop sending LQR, Use LCP ECHO instead.\n", in lqr_Stop()
341 log_Printf(LogLQM, "%s: Stop sending LCP ECHO.\n", in lqr_Stop()
353 if (log_IsKept(LogLQM)) { in lqr_Dump()
354 log_Printf(LogLQM, "%s: %s:\n", link, message); in lqr_Dump()
355 log_Printf(LogLQM, " Magic: %08x LastOutLQRs: %08x\n", in lqr_Dump()
[all …]
Dlog.h45 #define LogLQM (15) macro