Symbol: log_IsKept
usr.sbin/ppp/arp.c
280
if (log_IsKept(LogDEBUG) &&
usr.sbin/ppp/arp.c
293
if (log_IsKept(LogDEBUG)) {
usr.sbin/ppp/chat.c
334
if (log_IsKept(LogCHAT) || log_IsKept(LogCONNECT)) {
usr.sbin/ppp/chat.c
343
level = log_IsKept(LogCHAT) ? LogCHAT : LogCONNECT;
usr.sbin/ppp/command.c
1163
if (log_IsKept(LogCOMMAND)) {
usr.sbin/ppp/fsm.c
195
if (log_IsKept(fp->LogLevel)) {
usr.sbin/ppp/iface.c
237
if (log_IsKept(LogDEBUG)) {
usr.sbin/ppp/iface.c
322
if (log_IsKept(LogDEBUG)) {
usr.sbin/ppp/ip.c
292
if (log_IsKept(LogDEBUG))
usr.sbin/ppp/ip.c
301
if (log_IsKept(LogDEBUG))
usr.sbin/ppp/ip.c
331
if (log_IsKept(LogDEBUG))
usr.sbin/ppp/ip.c
352
if (log_IsKept(LogDEBUG)) {
usr.sbin/ppp/ip.c
371
if (log_IsKept(LogDEBUG)) {
usr.sbin/ppp/ip.c
383
if (log_IsKept(LogDEBUG)) {
usr.sbin/ppp/ip.c
432
if (log_IsKept(LogFILTER)) {
usr.sbin/ppp/ip.c
442
if (log_IsKept(LogFILTER)) {
usr.sbin/ppp/ip.c
458
if (log_IsKept(LogFILTER)) {
usr.sbin/ppp/ip.c
515
if (log_IsKept(LogDNS)) {
usr.sbin/ppp/ip.c
552
logit = (log_IsKept(LogTCPIP) || log_IsKept(LogDNS)) &&
usr.sbin/ppp/ip.c
850
if (logit && log_IsKept(LogTCPIP)) {
usr.sbin/ppp/ip.c
873
if (filter && uh && ntohs(uh->uh_dport) == 53 && log_IsKept(LogDNS))
usr.sbin/ppp/ipcp.c
1083
log_Printf(log_IsKept(LogIPCP) ? LogIPCP : LogPHASE,
usr.sbin/ppp/ipv6cp.c
678
log_Printf(log_IsKept(LogIPV6CP) ? LogIPV6CP : LogPHASE,
usr.sbin/ppp/ipv6cp.c
682
log_Printf(log_IsKept(LogIPV6CP) ? LogIPV6CP : LogPHASE,
usr.sbin/ppp/ipv6cp.c
697
log_Printf(log_IsKept(LogIPV6CP) ? LogIPV6CP : LogPHASE,
usr.sbin/ppp/log.c
318
if (log_IsKept(lev)) {
usr.sbin/ppp/log.c
322
if (promptlist && (log_IsKept(lev) & LOG_KEPT_LOCAL)) {
usr.sbin/ppp/log.c
323
if ((log_IsKept(LogTUN) & LOG_KEPT_LOCAL) && LogTunno != -1)
usr.sbin/ppp/log.c
339
if ((log_IsKept(lev) & LOG_KEPT_SYSLOG) &&
usr.sbin/ppp/log.c
341
if ((log_IsKept(LogTUN) & LOG_KEPT_SYSLOG) && LogTunno != -1)
usr.sbin/ppp/log.c
355
if (log_IsKept(lev)) {
usr.sbin/ppp/log.c
395
if (log_IsKept(lev)) {
usr.sbin/ppp/log.c
422
if (log_IsKept(i) & LOG_KEPT_SYSLOG)
usr.sbin/ppp/log.h
76
extern int log_IsKept(int);
usr.sbin/ppp/lqr.c
342
if (log_IsKept(LogLQM)) {
usr.sbin/ppp/main.c
591
if (log_IsKept(LogTIMER)) {
usr.sbin/ppp/mp.c
653
if (log_IsKept(LogDEBUG))
usr.sbin/ppp/nat_cmd.c
553
} else if (log_IsKept(LogTCPIP)) {
usr.sbin/ppp/route.c
287
} else if (log_IsKept(LogDEBUG))
usr.sbin/ppp/route.c
294
if (log_IsKept(LogDEBUG) && !debug_done) {
usr.sbin/ppp/route.c
439
if (log_IsKept(LogDEBUG)) {
usr.sbin/ppp/route.c
517
if (log_IsKept(LogTCPIP)) {
usr.sbin/ppp/route.c
839
if (log_IsKept(LogDEBUG)) {
usr.sbin/ppp/route.c
93
if (log_IsKept(LogDEBUG)) {
usr.sbin/ppp/timer.c
196
if (log_IsKept(LogTIMER)) {