Home
last modified time | relevance | path

Searched refs:log_IsKept (Results 1 – 17 of 17) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dradius.c270 log_Printf(log_IsKept(LogRADIUS) ? LogRADIUS : LogPHASE, in radius_Process()
279 log_Printf(log_IsKept(LogRADIUS) ? LogRADIUS : LogPHASE, in radius_Process()
289 log_Printf(log_IsKept(LogRADIUS) ? LogRADIUS : LogPHASE, in radius_Process()
313 log_Printf(log_IsKept(LogRADIUS) ? LogRADIUS : LogPHASE, in radius_Process()
337 log_Printf(log_IsKept(LogRADIUS) ? LogRADIUS : LogPHASE, in radius_Process()
349 log_Printf(log_IsKept(LogRADIUS) ? LogRADIUS : LogPHASE, in radius_Process()
355 log_Printf(log_IsKept(LogRADIUS) ? LogRADIUS : LogPHASE, in radius_Process()
361 log_Printf(log_IsKept(LogRADIUS) ? LogRADIUS : LogPHASE, in radius_Process()
367 log_Printf(log_IsKept(LogRADIUS) ? LogRADIUS : LogPHASE, in radius_Process()
380 log_Printf(log_IsKept(LogRADIUS) ? LogRADIUS : LogPHASE, in radius_Process()
[all …]
H A Dlog.c268 log_IsKept(int id) in log_IsKept() function
320 if (log_IsKept(lev)) { in log_Printf()
324 if (promptlist && (log_IsKept(lev) & LOG_KEPT_LOCAL)) { in log_Printf()
325 if ((log_IsKept(LogTUN) & LOG_KEPT_LOCAL) && LogTunno != -1) { in log_Printf()
345 if ((log_IsKept(lev) & LOG_KEPT_SYSLOG) && in log_Printf()
347 if ((log_IsKept(LogTUN) & LOG_KEPT_SYSLOG) && LogTunno != -1) { in log_Printf()
365 if (log_IsKept(lev)) { in log_DumpBp()
405 if (log_IsKept(lev)) { in log_DumpBuff()
432 if (log_IsKept(i) & LOG_KEPT_SYSLOG) in log_ShowLevel()
H A Dip.c317 if (log_IsKept(LogDEBUG)) in FilterCheck()
326 if (log_IsKept(LogDEBUG)) in FilterCheck()
356 if (log_IsKept(LogDEBUG)) in FilterCheck()
377 if (log_IsKept(LogDEBUG)) { in FilterCheck()
396 if (log_IsKept(LogDEBUG)) { in FilterCheck()
409 if (log_IsKept(LogDEBUG)) { in FilterCheck()
458 if (log_IsKept(LogFILTER)) { in FilterCheck()
468 if (log_IsKept(LogFILTER)) { in FilterCheck()
484 if (log_IsKept(LogFILTER)) { in FilterCheck()
541 if (log_IsKept(LogDNS)) { in ip_LogDNS()
[all …]
H A Droute.c92 if (log_IsKept(LogDEBUG)) { in p_sockaddr()
285 } else if (log_IsKept(LogDEBUG)) in Index2Nam()
292 if (log_IsKept(LogDEBUG) && !debug_done) { in Index2Nam()
437 if (log_IsKept(LogDEBUG)) { in route_IfDelete()
514 if (log_IsKept(LogTCPIP)) { in route_UpdateMTU()
843 if (log_IsKept(LogDEBUG)) { in rt_Set()
H A Darp.c279 if (log_IsKept(LogDEBUG) && in arp_EtherAddr()
292 if (log_IsKept(LogDEBUG)) { in arp_EtherAddr()
H A Dlog.h76 extern int log_IsKept(int);
H A Dchat.c339 if (log_IsKept(LogCHAT) || log_IsKept(LogCONNECT)) { in chat_UpdateLog()
348 level = log_IsKept(LogCHAT) ? LogCHAT : LogCONNECT; in chat_UpdateLog()
H A Dipv6cp.c715 log_Printf(log_IsKept(LogIPV6CP) ? LogIPV6CP : LogPHASE, in ipv6cp_DecodeConfig()
719 log_Printf(log_IsKept(LogIPV6CP) ? LogIPV6CP : LogPHASE, in ipv6cp_DecodeConfig()
734 log_Printf(log_IsKept(LogIPV6CP) ? LogIPV6CP : LogPHASE, in ipv6cp_DecodeConfig()
H A Dtimer.c194 if (log_IsKept(LogTIMER)) { in TimerService()
H A Diface.c224 if (log_IsKept(LogDEBUG)) { in iface_addr_Zap()
302 if (log_IsKept(LogDEBUG)) { in iface_addr_Add()
H A Dmain.c595 if (log_IsKept(LogTIMER)) { in DoLoop()
H A Dnat_cmd.c583 } else if (log_IsKept(LogTCPIP)) { in nat_LayerPull()
H A Dlqr.c354 if (log_IsKept(LogLQM)) { in lqr_Dump()
H A Dfsm.c195 if (log_IsKept(fp->LogLevel)) { in fsm_Output()
H A Dmp.c652 if (log_IsKept(LogDEBUG)) in mp_Output()
H A Dipcp.c1097 log_Printf(log_IsKept(LogIPCP) ? LogIPCP : LogPHASE, in IpcpDecodeConfig()
H A Dcommand.c1195 if (log_IsKept(LogCOMMAND)) { in command_Run()