Home
last modified time | relevance | path

Searched refs:LcpFailedMagic (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dlcp.h82 int LcpFailedMagic; /* Number of `magic is same' errors */ member
H A Dlcp.c355 lcp->LcpFailedMagic = 0; in lcp_Setup()
559 lcp->LcpFailedMagic = 0; in LcpLayerStart()
976 (u_long)magic, ++lcp->LcpFailedMagic); in LcpDecodeConfig()
979 ualarm(TICKUNIT * (4 + 4 * lcp->LcpFailedMagic), 0); in LcpDecodeConfig()
984 lcp->LcpFailedMagic = 0; in LcpDecodeConfig()