Searched refs:cbcp_state (Results 1 – 2 of 2) sorted by relevance
84 cbcp_state cbcp[NUM_PPP]; 88 static void cbcp_recvreq __P((cbcp_state *us, u_char *pckt, int len));89 static void cbcp_recvack __P((cbcp_state *us, u_char *pckt, int len));90 static void cbcp_send __P((cbcp_state *us, int code, u_char *buf, int len));114 cbcp_state *us;117 BZERO(us, sizeof(cbcp_state));127 cbcp_state *us = &cbcp[unit];148 cbcp_state *us = &cbcp[unit];326 cbcp_state *us; in cbcp_recvreq()429 cbcp_state *us; in cbcp_send()[all …]
16 typedef struct cbcp_state { struct22 } cbcp_state; argument24 extern cbcp_state cbcp[];