Lines Matching defs:sppp_cp
111 struct sppp_cp { struct
112 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 */
121 struct mbuf *mbuf_confreq; /* received conf-req */
122 struct mbuf *mbuf_confnak; /* received conf-nak or conf-rej */
124 struct sppp_work work_up;
125 struct sppp_work work_down;
126 struct sppp_work work_open;
127 struct sppp_work work_close;
128 struct sppp_work work_to;
129 struct sppp_work work_rcr;
130 struct sppp_work work_rca;
131 struct sppp_work work_rcn;
132 struct sppp_work work_rtr;
133 struct sppp_work work_rta;
134 struct sppp_work work_rxj;