Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/ppp/
H A Dlog.h38 #define LogCONNECT (6) macro
H A Dchat.c341 if (log_IsKept(LogCHAT) || log_IsKept(LogCONNECT)) { in chat_UpdateLog()
350 level = log_IsKept(LogCHAT) ? LogCHAT : LogCONNECT; in chat_UpdateLog()