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

/freebsd-12-stable/usr.sbin/ppp/
H A Dlog.h52 #define LogTCPIP (20) macro
H A Droute.c516 if (log_IsKept(LogTCPIP)) {
518 log_Printf(LogTCPIP, "route_UpdateMTU: Netif: %d (%s), dst %s,"
813 log_Printf(LogTCPIP, "rt_Set failure:\n");
814 log_Printf(LogTCPIP, "rt_Set: Cmd = %s\n", cmdstr);
815 log_Printf(LogTCPIP, "rt_Set: Dst = %s\n", ncprange_ntoa(dst));
817 log_Printf(LogTCPIP, "rt_Set: Gateway = %s\n", ncpaddr_ntoa(gw));
927 log_Printf(LogTCPIP, "rt_Update failure:\n");
928 log_Printf(LogTCPIP, "rt_Update: Dst = %s\n", ncprange_ntoa(&ncpdst));
H A Dip.c580 logit = (log_IsKept(LogTCPIP) || log_IsKept(LogDNS)) &&
878 log_Printf(LogTCPIP, "%s - BLOCKED\n", logbuf);
882 if (logit && log_IsKept(LogTCPIP)) {
888 log_Printf(LogTCPIP, "%s - NO KEEPALIVE\n", logbuf);
894 log_Printf(LogTCPIP, "%s - (timeout = %d / ALIVE = %d secs)\n",
897 log_Printf(LogTCPIP, "%s - (timeout = %d secs)\n", logbuf, *psecs);
899 log_Printf(LogTCPIP, "%s\n", logbuf);
H A Dnat_cmd.c582 log_Printf(LogTCPIP, "NAT engine denied data:\n");
585 } else if (log_IsKept(LogTCPIP)) {
586 log_Printf(LogTCPIP, "NAT engine ignored data:\n");

Completed in 111 milliseconds