HomeSort by relevance Sort by last modified time
    Searched refs:log_IsKept (Results 1 - 17 of 17) sorted by null

  /external/libppp/src/
radius.c 270 log_Printf(log_IsKept(LogRADIUS) ? LogRADIUS : LogPHASE,
279 log_Printf(log_IsKept(LogRADIUS) ? LogRADIUS : LogPHASE,
289 log_Printf(log_IsKept(LogRADIUS) ? LogRADIUS : LogPHASE,
313 log_Printf(log_IsKept(LogRADIUS) ? LogRADIUS : LogPHASE,
337 log_Printf(log_IsKept(LogRADIUS) ? LogRADIUS : LogPHASE,
349 log_Printf(log_IsKept(LogRADIUS) ? LogRADIUS : LogPHASE,
355 log_Printf(log_IsKept(LogRADIUS) ? LogRADIUS : LogPHASE,
361 log_Printf(log_IsKept(LogRADIUS) ? LogRADIUS : LogPHASE,
367 log_Printf(log_IsKept(LogRADIUS) ? LogRADIUS : LogPHASE,
380 log_Printf(log_IsKept(LogRADIUS) ? LogRADIUS : LogPHASE
    [all...]
log.c 267 log_IsKept(int id)
317 if (log_IsKept(lev)) {
321 if (promptlist && (log_IsKept(lev) & LOG_KEPT_LOCAL)) {
322 if ((log_IsKept(LogTUN) & LOG_KEPT_LOCAL) && LogTunno != -1)
338 if ((log_IsKept(lev) & LOG_KEPT_SYSLOG) &&
340 if ((log_IsKept(LogTUN) & LOG_KEPT_SYSLOG) && LogTunno != -1)
354 if (log_IsKept(lev)) {
394 if (log_IsKept(lev)) {
421 if (log_IsKept(i) & LOG_KEPT_SYSLOG)
log.h 74 #define LOG_KEPT_SYSLOG (1) /* Results of log_IsKept() */
75 #define LOG_KEPT_LOCAL (2) /* Results of log_IsKept() */
76 extern int log_IsKept(int);
ip.c 317 if (log_IsKept(LogDEBUG))
326 if (log_IsKept(LogDEBUG))
356 if (log_IsKept(LogDEBUG))
377 if (log_IsKept(LogDEBUG)) {
396 if (log_IsKept(LogDEBUG)) {
409 if (log_IsKept(LogDEBUG)) {
458 if (log_IsKept(LogFILTER)) {
468 if (log_IsKept(LogFILTER)) {
484 if (log_IsKept(LogFILTER)) {
541 if (log_IsKept(LogDNS))
    [all...]
arp.c 280 if (log_IsKept(LogDEBUG) &&
293 if (log_IsKept(LogDEBUG)) {
route.c 92 if (log_IsKept(LogDEBUG)) {
291 } else if (log_IsKept(LogDEBUG))
298 if (log_IsKept(LogDEBUG) && !debug_done) {
443 if (log_IsKept(LogDEBUG)) {
521 if (log_IsKept(LogTCPIP)) {
848 if (log_IsKept(LogDEBUG)) {
timer.c 194 if (log_IsKept(LogTIMER)) {
chat.c 334 if (log_IsKept(LogCHAT) || log_IsKept(LogCONNECT)) {
343 level = log_IsKept(LogCHAT) ? LogCHAT : LogCONNECT;
ipv6cp.c 715 log_Printf(log_IsKept(LogIPV6CP) ? LogIPV6CP : LogPHASE,
719 log_Printf(log_IsKept(LogIPV6CP) ? LogIPV6CP : LogPHASE,
734 log_Printf(log_IsKept(LogIPV6CP) ? LogIPV6CP : LogPHASE,
main.c 593 if (log_IsKept(LogTIMER)) {
nat_cmd.c 582 } else if (log_IsKept(LogTCPIP)) {
iface.c 237 if (log_IsKept(LogDEBUG)) {
322 if (log_IsKept(LogDEBUG)) {
lqr.c 353 if (log_IsKept(LogLQM)) {
fsm.c 195 if (log_IsKept(fp->LogLevel)) {
mp.c 652 if (log_IsKept(LogDEBUG))
    [all...]
ipcp.c 1092 log_Printf(log_IsKept(LogIPCP) ? LogIPCP : LogPHASE,
    [all...]
command.c     [all...]

Completed in 200 milliseconds