Lines Matching refs:LogLCP
255 fsm_Init(&lcp->fsm, "LCP", PROTO_LCP, mincode, LCP_MAXCODE, LogLCP, in lcp_Init()
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()
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()
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()
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()