Home
last modified time | relevance | path

Searched defs:slcp (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/sys/netisdn/
Di4b_isppp.h49 struct slcp { struct
50 u_long opts; /* LCP options to send (bitfield) */
51 u_long magic; /* local magic number */
52 u_long mru; /* our max receive unit */
53 u_long their_mru; /* their max receive unit */
54 u_long protos; /* bitmask of protos that are started */
55 u_char echoid; /* id of last keepalive echo request */
57 int timeout;
58 int max_terminate;
59 int max_configure;
[all …]
/mirbsd/src/sys/net/
Dif_sppp.h48 struct slcp { struct
49 u_long opts; /* LCP options to send (bitfield) */
50 u_long magic; /* local magic number */
51 u_long mru; /* our max receive unit */
52 u_long their_mru; /* their max receive unit */
53 u_long protos; /* bitmask of protos that are started */
54 u_char echoid; /* id of last keepalive echo request */
56 int timeout;
57 int max_terminate;
58 int max_configure;
[all …]