Searched defs:slcp (Results 1 – 1 of 1) sorted by relevance
28 struct slcp { struct29 u_long opts; /* LCP options to send (bitfield) */30 u_long magic; /* local magic number */31 u_long mru; /* our max receive unit */32 u_long their_mru; /* their max receive unit */33 u_long protos; /* bitmask of protos that are started */34 u_char echoid; /* id of last keepalive echo request */36 int timeout;37 int max_terminate;38 int max_configure;[all …]