Searched refs:log_IsKept (Results 1 – 17 of 17) sorted by relevance
| /freebsd/usr.sbin/ppp/ |
| H A D | radius.c | 270 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 D | log.c | 268 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 D | ip.c | 317 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 D | route.c | 92 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 D | arp.c | 279 if (log_IsKept(LogDEBUG) && in arp_EtherAddr() 292 if (log_IsKept(LogDEBUG)) { in arp_EtherAddr()
|
| H A D | log.h | 76 extern int log_IsKept(int);
|
| H A D | chat.c | 339 if (log_IsKept(LogCHAT) || log_IsKept(LogCONNECT)) { in chat_UpdateLog() 348 level = log_IsKept(LogCHAT) ? LogCHAT : LogCONNECT; in chat_UpdateLog()
|
| H A D | ipv6cp.c | 715 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 D | timer.c | 194 if (log_IsKept(LogTIMER)) { in TimerService()
|
| H A D | iface.c | 224 if (log_IsKept(LogDEBUG)) { in iface_addr_Zap() 302 if (log_IsKept(LogDEBUG)) { in iface_addr_Add()
|
| H A D | main.c | 595 if (log_IsKept(LogTIMER)) { in DoLoop()
|
| H A D | nat_cmd.c | 583 } else if (log_IsKept(LogTCPIP)) { in nat_LayerPull()
|
| H A D | lqr.c | 354 if (log_IsKept(LogLQM)) { in lqr_Dump()
|
| H A D | fsm.c | 195 if (log_IsKept(fp->LogLevel)) { in fsm_Output()
|
| H A D | mp.c | 652 if (log_IsKept(LogDEBUG)) in mp_Output()
|
| H A D | ipcp.c | 1097 log_Printf(log_IsKept(LogIPCP) ? LogIPCP : LogPHASE, in IpcpDecodeConfig()
|
| H A D | command.c | 1195 if (log_IsKept(LogCOMMAND)) { in command_Run()
|