Lines Matching refs:log_Printf

391     log_Printf(LogERROR, "%s: LcpSendConfigReq: Not a physical link !\n",  in LcpSendConfigReq()
414 log_Printf(LogWARN, "%s: Reducing configured MRU from %u to %u\n", in LcpSendConfigReq()
462 log_Printf(LogWARN, "Truncating E164 data to %zu octets (oops!)\n", in LcpSendConfigReq()
520 log_Printf(LogLCP, " MAGICNUM %08x\n", lcp->want_magic); in lcp_SendIdentification()
521 log_Printf(LogLCP, " TEXT %s\n", msg + 4); in lcp_SendIdentification()
530 log_Printf(LogLCP, " MAGICNUM %08x\n", lcp->his_magic); in lcp_RecvIdentification()
531 log_Printf(LogLCP, " TEXT %s\n", data); in lcp_RecvIdentification()
558 log_Printf(LogLCP, "%s: LayerStart\n", fp->link->name); in LcpLayerStart()
568 log_Printf(LogLCP, "%s: LayerFinish\n", fp->link->name); in LcpLayerFinish()
578 log_Printf(LogLCP, "%s: LayerUp\n", fp->link->name); in LcpLayerUp()
595 log_Printf(LogLCP, "%s: LayerDown\n", fp->link->name); in LcpLayerDown()
688 log_Printf(LogLCP, "%s %u\n", request, mru); in LcpDecodeConfig()
746 log_Printf(LogLCP, "%s %d\n", request, mru); in LcpDecodeConfig()
755 log_Printf(LogWARN, "%s: Reducing configured MTU from %u to %u\n", in LcpDecodeConfig()
804 log_Printf(LogLCP, "%s 0x%08lx\n", request, (u_long)accmap); in LcpDecodeConfig()
824 log_Printf(LogLCP, "%s 0x%04x (%s)\n", request, proto, in LcpDecodeConfig()
855 log_Printf(LogWARN, "CHAP 0x80 not available without DES\n"); in LcpDecodeConfig()
857 log_Printf(LogWARN, "CHAP 0x81 not available without DES\n"); in LcpDecodeConfig()
861 log_Printf(LogWARN, "%s not supported\n", in LcpDecodeConfig()
872 log_Printf(LogLCP, "%s 0x%04x - not recognised\n", in LcpDecodeConfig()
889 log_Printf(LogLCP, "Peer will only send PAP (not enabled)\n"); in LcpDecodeConfig()
909 log_Printf(LogLCP, "Peer will only send MSCHAP (not available" in LcpDecodeConfig()
912 log_Printf(LogLCP, "Peer will only send MSCHAPV2 (not available" in LcpDecodeConfig()
916 log_Printf(LogLCP, "Peer will only send %s (not %s)\n", in LcpDecodeConfig()
940 log_Printf(LogLCP, "%s proto %x, interval %lums\n", in LcpDecodeConfig()
966 log_Printf(LogLCP, "%s 0x%08lx\n", request, (u_long)magic); in LcpDecodeConfig()
975 log_Printf(LogLCP, "Magic is same (%08lx) - %d times\n", in LcpDecodeConfig()
993 log_Printf(LogLCP, " Magic 0x%08lx is NAKed!\n", (u_long)magic); in LcpDecodeConfig()
997 log_Printf(LogLCP, " Magic 0x%08x is REJected!\n", magic); in LcpDecodeConfig()
1005 log_Printf(LogLCP, "%s\n", request); in LcpDecodeConfig()
1031 log_Printf(LogLCP, "%s\n", request); in LcpDecodeConfig()
1056 log_Printf(LogLCP, "%s\n", request); in LcpDecodeConfig()
1075 log_Printf(LogLCP, "%s Auth\n", request); in LcpDecodeConfig()
1078 log_Printf(LogLCP, "%s Dialstring %.*s\n", request, (int)sz, in LcpDecodeConfig()
1082 log_Printf(LogLCP, "%s Location %.*s\n", request, (int)sz, in LcpDecodeConfig()
1086 log_Printf(LogLCP, "%s E.164 (%.*s)\n", request, (int)sz, in LcpDecodeConfig()
1090 log_Printf(LogLCP, "%s Name %.*s\n", request, (int)sz, in LcpDecodeConfig()
1094 log_Printf(LogLCP, "%s CBCP\n", request); in LcpDecodeConfig()
1097 log_Printf(LogLCP, "%s ???\n", request); in LcpDecodeConfig()
1117 log_Printf(LogWARN, "Truncating option arg to %zu octets\n", sz); in LcpDecodeConfig()
1133 log_Printf(LogWARN, "Cannot insist on auth callback without" in LcpDecodeConfig()
1151 log_Printf(LogPHASE, "Peer NAKd all callbacks, trying none\n"); in LcpDecodeConfig()
1154 log_Printf(LogPHASE, "Peer NAKd last configured callback\n"); in LcpDecodeConfig()
1163 log_Printf(LogPHASE, "Peer rejected *required* callback\n"); in LcpDecodeConfig()
1172 log_Printf(LogLCP, "%s\n", request); in LcpDecodeConfig()
1199 log_Printf(LogLCP, "%s %s\n", request, in LcpDecodeConfig()
1204 log_Printf(LogLCP, " ENDDISC rejected - not a physical link\n"); in LcpDecodeConfig()
1220 log_Printf(LogLCP, " ENDDISC rejected - unrecognised class %d\n", in LcpDecodeConfig()
1223 log_Printf(LogLCP, " ENDDISC rejected - local max length is %ld\n", in LcpDecodeConfig()
1246 log_Printf(LogLCP, "%s%s\n", request, desc); in LcpDecodeConfig()
1271 log_Printf(LogWARN, "Cannot insist on auth callback without" in LcpDecodeConfig()