Searched refs:LogLQM (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.sbin/ppp/ |
H A D | lqr.c | 175 log_Printf(LogLQM, "%s: Too many LQR packets lost\n", in SendLqrReport() 190 log_Printf(LogLQM, "%s: Too many LCP ECHO packets lost\n", in SendLqrReport() 286 log_Printf(LogLQM, "%s: Expecting LQR every %d.%02d secs\n", in lqr_Setup() 297 log_Printf(LogLQM, "%s: Will send %s every %d.%02d secs\n", in lqr_Setup() 304 log_Printf(LogLQM, "%s: LQR/LCP ECHO not negotiated\n", in lqr_Setup() 339 log_Printf(LogLQM, "%s: Stop sending LQR, Use LCP ECHO instead.\n", in lqr_Stop() 342 log_Printf(LogLQM, "%s: Stop sending LCP ECHO.\n", in lqr_Stop() 354 if (log_IsKept(LogLQM)) { in lqr_Dump() 355 log_Printf(LogLQM, "%s: %s:\n", link, message); in lqr_Dump() 356 log_Printf(LogLQM, " Magic: %08x LastOutLQRs: %08x\n", in lqr_Dump() [all …]
|
H A D | log.h | 45 #define LogLQM (15) macro
|