Lines Matching refs:LogIPCP

294     log_Printf(LogIPCP, "%s not modified: All nameservers NAKd\n",  in ipcp_WriteDNS()
310 log_Printf(LogIPCP, "Primary nameserver set to %s\n", paddr); in ipcp_WriteDNS()
316 log_Printf(LogIPCP, "Secondary nameserver set to %s\n", paddr); in ipcp_WriteDNS()
458 fsm_Init(&ipcp->fsm, "IPCP", PROTO_IPCP, 1, IPCP_MAXCODE, LogIPCP, in ipcp_Init()
563 log_Printf(LogIPCP, "Using trigger address %s\n", in ipcp_Setup()
725 log_Printf(LogIPCP, "Selected IP address %s\n", inet_ntoa(try)); in ChooseHisAddr()
826 log_Printf(LogIPCP, "%s: LayerStart.\n", fp->link->name); in IpcpLayerStart()
839 log_Printf(LogIPCP, "%s: LayerFinish.\n", fp->link->name); in IpcpLayerFinish()
841 throughput_log(&ipcp->throughput, LogIPCP, NULL); in IpcpLayerFinish()
878 log_Printf(LogIPCP, "%s: LayerDown: %s\n", fp->link->name, addr); in IpcpLayerDown()
938 log_Printf(LogIPCP, "%s: LayerUp.\n", fp->link->name); in IpcpLayerUp()
940 log_Printf(LogIPCP, "myaddr %s hisaddr = %s\n", in IpcpLayerUp()
992 log_Printf(LogIPCP, "%s: Address invalid or already in use\n", in ipcp_ValidateReq()
1081 log_Printf(LogIPCP, "%s %s\n", tbuff, inet_ntoa(ipaddr)); in IpcpDecodeConfig()
1094 log_Printf(LogIPCP, "%s --> %s\n", tbuff2, inet_ntoa(ipaddr)); in IpcpDecodeConfig()
1099 log_Printf(log_IsKept(LogIPCP) ? LogIPCP : LogPHASE, in IpcpDecodeConfig()
1115 log_Printf(LogIPCP, "%s %s\n", tbuff, vj2asc(compproto)); in IpcpDecodeConfig()
1182 log_Printf(LogIPCP, "%s changing compproto: %08x --> %08x\n", in IpcpDecodeConfig()
1197 log_Printf(LogIPCP, "%s %s\n", tbuff2, inet_ntoa(dstipaddr)); in IpcpDecodeConfig()
1213 log_Printf(LogIPCP, "%s %s\n", tbuff, inet_ntoa(ipaddr)); in IpcpDecodeConfig()
1267 log_Printf(LogIPCP, "%s %s\n", tbuff, inet_ntoa(ipaddr)); in IpcpDecodeConfig()
1275 log_Printf(LogIPCP, "NBNS REQ - rejected - nbns not set\n"); in IpcpDecodeConfig()
1291 log_Printf(LogIPCP, "MS NBNS req %d - NAK??\n", opt->hdr.id); in IpcpDecodeConfig()
1295 log_Printf(LogIPCP, "MS NBNS req %d - REJ??\n", opt->hdr.id); in IpcpDecodeConfig()
1351 log_Printf(LogIPCP, "%s: Error: Unexpected IPCP in phase %s (ignored)\n", in ipcp_Input()