Home
last modified time | relevance | path

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

/dflybsd-src/usr.sbin/ppp/
H A Dlog.h37 #define LogCONNECT (6) macro
H A Dchat.c334 if (log_IsKept(LogCHAT) || log_IsKept(LogCONNECT)) { in chat_UpdateLog()
343 level = log_IsKept(LogCHAT) ? LogCHAT : LogCONNECT; in chat_UpdateLog()