Lines Matching defs:slcp
45 struct slcp { struct
46 u_long opts; /* LCP options to send (bitfield) */
47 u_long magic; /* local magic number */
48 u_long mru; /* our max receive unit */
49 u_long their_mru; /* their max receive unit */
50 u_long protos; /* bitmask of protos that are started */
51 u_char echoid; /* id of last keepalive echo request */
53 int timeout;
54 int max_terminate;
55 int max_configure;
56 int max_failure;
58 u_long mrru; /* our max received reconstructed unit */
59 u_long their_mrru; /* their max receive dreconstructed unit */
60 bool reestablish; /* reestablish after the next down event */
61 bool tlf_sent; /* call lower layer's tlf before a down event */