Searched refs:log_IsKept (Results 1 – 17 of 17) sorted by relevance
/external/libppp/src/ |
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 …]
|
D | log.c | 267 log_IsKept(int id) in log_IsKept() function 317 if (log_IsKept(lev)) { in log_Printf() 321 if (promptlist && (log_IsKept(lev) & LOG_KEPT_LOCAL)) { in log_Printf() 322 if ((log_IsKept(LogTUN) & LOG_KEPT_LOCAL) && LogTunno != -1) in log_Printf() 338 if ((log_IsKept(lev) & LOG_KEPT_SYSLOG) && in log_Printf() 340 if ((log_IsKept(LogTUN) & LOG_KEPT_SYSLOG) && LogTunno != -1) in log_Printf() 354 if (log_IsKept(lev)) { in log_DumpBp() 394 if (log_IsKept(lev)) { in log_DumpBuff() 421 if (log_IsKept(i) & LOG_KEPT_SYSLOG) in log_ShowLevel()
|
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 …]
|
D | log.h | 76 extern int log_IsKept(int);
|
D | arp.c | 280 if (log_IsKept(LogDEBUG) && in arp_EtherAddr() 293 if (log_IsKept(LogDEBUG)) { in arp_EtherAddr()
|
D | route.c | 92 if (log_IsKept(LogDEBUG)) { in p_sockaddr() 291 } else if (log_IsKept(LogDEBUG)) in Index2Nam() 298 if (log_IsKept(LogDEBUG) && !debug_done) { in Index2Nam() 443 if (log_IsKept(LogDEBUG)) { in route_IfDelete() 521 if (log_IsKept(LogTCPIP)) { in route_UpdateMTU() 848 if (log_IsKept(LogDEBUG)) { in rt_Set()
|
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()
|
D | chat.c | 334 if (log_IsKept(LogCHAT) || log_IsKept(LogCONNECT)) { in chat_UpdateLog() 343 level = log_IsKept(LogCHAT) ? LogCHAT : LogCONNECT; in chat_UpdateLog()
|
D | timer.c | 194 if (log_IsKept(LogTIMER)) { in TimerService()
|
D | iface.c | 237 if (log_IsKept(LogDEBUG)) { in iface_addr_Zap() 322 if (log_IsKept(LogDEBUG)) { in iface_addr_Add()
|
D | main.c | 593 if (log_IsKept(LogTIMER)) { in DoLoop()
|
D | nat_cmd.c | 582 } else if (log_IsKept(LogTCPIP)) { in nat_LayerPull()
|
D | lqr.c | 353 if (log_IsKept(LogLQM)) { in lqr_Dump()
|
D | fsm.c | 195 if (log_IsKept(fp->LogLevel)) { in fsm_Output()
|
D | mp.c | 652 if (log_IsKept(LogDEBUG)) in mp_Output()
|
D | ipcp.c | 1092 log_Printf(log_IsKept(LogIPCP) ? LogIPCP : LogPHASE, in IpcpDecodeConfig()
|
D | command.c | 1184 if (log_IsKept(LogCOMMAND)) { in command_Run()
|