Lines Matching refs:log_Printf

202         log_Printf(LogERROR, "Failed to malloc %lu for %s: %s\n",  in ipcp_LoadDNS()
205 log_Printf(LogERROR, "Failed(2) to malloc %lu for %s: %s\n", in ipcp_LoadDNS()
211 log_Printf(LogERROR, "Failed to read %s: %s\n", in ipcp_LoadDNS()
214 log_Printf(LogERROR, "Failed to read %s, got %lu not %lu\n", in ipcp_LoadDNS()
276 log_Printf(LogERROR, "Failed to stat opened %s: %s\n", in ipcp_LoadDNS()
292 log_Printf(LogIPCP, "%s not modified: All nameservers NAKd\n", in ipcp_WriteDNS()
308 log_Printf(LogIPCP, "Primary nameserver set to %s\n", paddr); in ipcp_WriteDNS()
314 log_Printf(LogIPCP, "Secondary nameserver set to %s\n", paddr); in ipcp_WriteDNS()
318 log_Printf(LogERROR, "write(): Failed updating %s: %s\n", _PATH_RESCONF, in ipcp_WriteDNS()
324 log_Printf(LogERROR,"fopen(\"%s\", \"w\") failed: %s\n", _PATH_RESCONF, in ipcp_WriteDNS()
342 log_Printf(LogERROR, "Failed rewriting %s: write: %s\n", in ipcp_RestoreDNS()
345 log_Printf(LogERROR, "Failed rewriting %s: wrote %ld of %ld\n", in ipcp_RestoreDNS()
350 log_Printf(LogERROR, "Failed rewriting %s: open: %s\n", _PATH_RESCONF, in ipcp_RestoreDNS()
353 log_Printf(LogERROR, "Failed removing %s: %s\n", _PATH_RESCONF, in ipcp_RestoreDNS()
561 log_Printf(LogIPCP, "Using trigger address %s\n", in ipcp_Setup()
629 log_Printf(LogERROR, "Oops, ipcp_proxyarp() called with unexpected addr\n"); in ipcp_proxyarp()
638 log_Printf(LogWARN, "%s: Too many addresses for proxyall\n", in ipcp_proxyarp()
720 log_Printf(LogDEBUG, "ChooseHisAddr: Check item %ld (%s)\n", in ChooseHisAddr()
723 log_Printf(LogIPCP, "Selected IP address %s\n", inet_ntoa(try)); in ChooseHisAddr()
729 log_Printf(LogDEBUG, "ChooseHisAddr: All addresses in use !\n"); in ChooseHisAddr()
824 log_Printf(LogIPCP, "%s: LayerStart.\n", fp->link->name); in IpcpLayerStart()
837 log_Printf(LogIPCP, "%s: LayerFinish.\n", fp->link->name); in IpcpLayerFinish()
876 log_Printf(LogIPCP, "%s: LayerDown: %s\n", fp->link->name, addr); in IpcpLayerDown()
911 log_Printf(LogERROR, "ipcp_InterfaceUp: unable to set ip address\n"); in ipcp_InterfaceUp()
916 log_Printf(LogERROR, "ipcp_InterfaceUp: Can't set the IFF_UP flag on %s\n", in ipcp_InterfaceUp()
936 log_Printf(LogIPCP, "%s: LayerUp.\n", fp->link->name); in IpcpLayerUp()
938 log_Printf(LogIPCP, "myaddr %s hisaddr = %s\n", in IpcpLayerUp()
990 log_Printf(LogIPCP, "%s: Address invalid or already in use\n", in ipcp_ValidateReq()
1079 log_Printf(LogIPCP, "%s %s\n", tbuff, inet_ntoa(ipaddr)); in IpcpDecodeConfig()
1092 log_Printf(LogIPCP, "%s --> %s\n", tbuff2, inet_ntoa(ipaddr)); in IpcpDecodeConfig()
1097 log_Printf(log_IsKept(LogIPCP) ? LogIPCP : LogPHASE, in IpcpDecodeConfig()
1113 log_Printf(LogIPCP, "%s %s\n", tbuff, vj2asc(compproto)); in IpcpDecodeConfig()
1123 log_Printf(LogWARN, "Peer is speaking RFC1172 compression " in IpcpDecodeConfig()
1180 log_Printf(LogIPCP, "%s changing compproto: %08x --> %08x\n", in IpcpDecodeConfig()
1195 log_Printf(LogIPCP, "%s %s\n", tbuff2, inet_ntoa(dstipaddr)); in IpcpDecodeConfig()
1211 log_Printf(LogIPCP, "%s %s\n", tbuff, inet_ntoa(ipaddr)); in IpcpDecodeConfig()
1265 log_Printf(LogIPCP, "%s %s\n", tbuff, inet_ntoa(ipaddr)); in IpcpDecodeConfig()
1273 log_Printf(LogIPCP, "NBNS REQ - rejected - nbns not set\n"); in IpcpDecodeConfig()
1289 log_Printf(LogIPCP, "MS NBNS req %d - NAK??\n", opt->hdr.id); in IpcpDecodeConfig()
1293 log_Printf(LogIPCP, "MS NBNS req %d - REJ??\n", opt->hdr.id); in IpcpDecodeConfig()
1309 log_Printf(LogDEBUG, "Updating resolver\n"); in IpcpDecodeConfig()
1316 log_Printf(LogDEBUG, "Not updating resolver (readonly)\n"); in IpcpDecodeConfig()
1349 log_Printf(LogIPCP, "%s: Error: Unexpected IPCP in phase %s (ignored)\n", in ipcp_Input()
1388 log_Printf(LogWARN, "%s: None available !\n", ipcp->cfg.peer_list.src); in ipcp_UseHisaddr()
1393 log_Printf(LogWARN, "%s: Invalid range !\n", hisaddr); in ipcp_UseHisaddr()
1398 log_Printf(LogWARN, "%s: Not an AF_INET address !\n", hisaddr); in ipcp_UseHisaddr()
1458 log_Printf(LogPHASE, "%s: Not transmitting... waiting for CCP\n", l->name); in ipcp_PushPacket()