Searched refs:cbcp_state (Results 1 – 2 of 2) sorted by relevance
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];[all …]
4 typedef struct cbcp_state { struct10 } cbcp_state; typedef12 extern cbcp_state cbcp[];