Home | History | Annotate | Download | only in pppd

Lines Matching refs:cbcp_state

93 cbcp_state cbcp[NUM_PPP];	
97 static void cbcp_recvreq __P((cbcp_state *us, u_char *pckt, int len));
98 static void cbcp_resp __P((cbcp_state *us));
99 static void cbcp_up __P((cbcp_state *us));
100 static void cbcp_recvack __P((cbcp_state *us, u_char *pckt, int len));
101 static void cbcp_send __P((cbcp_state *us, int code, u_char *buf, int len));
123 cbcp_state *us;
126 memset(us, 0, sizeof(cbcp_state));
136 cbcp_state *us = &cbcp[iface];
163 cbcp_state *us = &cbcp[unit];
306 cbcp_state *us;
365 cbcp_state *us;
421 cbcp_state *us;
447 cbcp_state *us;
483 cbcp_state *us;