Searched defs:slcp (Results 1 – 1 of 1) sorted by relevance
45 struct slcp { struct46 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;[all …]