Searched defs:sppp_cp (Results 1 – 1 of 1) sorted by relevance
111 struct sppp_cp { struct112 u_long seq; /* local sequence number */113 u_long rseq; /* remote sequence number */114 int state; /* state machine */115 u_char confid; /* local id of last configuration request */116 u_char rconfid; /* remote id of last configuration request */117 int rst_counter; /* restart counter */118 int fail_counter; /* negotiation failure counter */119 struct callout ch; /* per-proto and if callouts */120 u_char rcr_type; /* parsing result of conf-req */[all …]