Searched defs:slcp (Results 1 – 1 of 1) sorted by relevance
113 struct slcp { struct114 u_long opts; /* LCP options to send (bitfield) */115 u_long magic; /* local magic number */116 u_long mru; /* our max receive unit */117 u_long their_mru; /* their max receive unit */118 u_long protos; /* bitmask of protos that are started */119 u_char echoid; /* id of last keepalive echo request */121 int timeout; /* seconds */122 int max_terminate;123 int max_configure;[all …]