Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/ppp/
Dlqr.c177 log_Printf(LogLQM, "%s: Too many LQR packets lost\n", in SendLqrReport()
192 log_Printf(LogLQM, "%s: Too many LCP ECHO packets lost\n", in SendLqrReport()
288 log_Printf(LogLQM, "%s: Expecting LQR every %d.%02d secs\n", in lqr_Setup()
299 log_Printf(LogLQM, "%s: Will send %s every %d.%02d secs\n", in lqr_Setup()
306 log_Printf(LogLQM, "%s: LQR/LCP ECHO not negotiated\n", in lqr_Setup()
341 log_Printf(LogLQM, "%s: Stop sending LQR, Use LCP ECHO instead.\n", in lqr_Stop()
344 log_Printf(LogLQM, "%s: Stop sending LCP ECHO.\n", in lqr_Stop()
356 if (log_IsKept(LogLQM)) { in lqr_Dump()
357 log_Printf(LogLQM, "%s: %s:\n", link, message); in lqr_Dump()
358 log_Printf(LogLQM, " Magic: %08x LastOutLQRs: %08x\n", in lqr_Dump()
[all …]
Dlog.h47 #define LogLQM (15) macro