Searched refs:LogTCPIP (Results 1 - 4 of 4) sorted by relevance

/external/libppp/src/
H A Dlog.h50 #define LogTCPIP (20) macro
H A Droute.c521 if (log_IsKept(LogTCPIP)) {
523 log_Printf(LogTCPIP, "route_UpdateMTU: Netif: %d (%s), dst %s,"
816 log_Printf(LogTCPIP, "rt_Set failure:\n");
817 log_Printf(LogTCPIP, "rt_Set: Cmd = %s\n", cmdstr);
818 log_Printf(LogTCPIP, "rt_Set: Dst = %s\n", ncprange_ntoa(dst));
820 log_Printf(LogTCPIP, "rt_Set: Gateway = %s\n", ncpaddr_ntoa(gw));
918 log_Printf(LogTCPIP, "rt_Update failure:\n");
919 log_Printf(LogTCPIP, "rt_Update: Dst = %s\n", ncprange_ntoa(&ncpdst));
H A Dip.c578 logit = (log_IsKept(LogTCPIP) || log_IsKept(LogDNS)) &&
872 log_Printf(LogTCPIP, "%s - BLOCKED\n", logbuf);
876 if (logit && log_IsKept(LogTCPIP)) {
882 log_Printf(LogTCPIP, "%s - NO KEEPALIVE\n", logbuf);
888 log_Printf(LogTCPIP, "%s - (timeout = %d / ALIVE = %d secs)\n",
891 log_Printf(LogTCPIP, "%s - (timeout = %d secs)\n", logbuf, *psecs);
893 log_Printf(LogTCPIP, "%s\n", logbuf);
H A Dnat_cmd.c579 log_Printf(LogTCPIP, "NAT engine denied data:\n");
582 } else if (log_IsKept(LogTCPIP)) {
583 log_Printf(LogTCPIP, "NAT engine ignored data:\n");

Completed in 120 milliseconds