Searched refs:cbcp_state (Results 1 – 2 of 2) sorted by relevance
77 cbcp_state cbcp[NUM_PPP];81 static void cbcp_recvreq __P((cbcp_state *us, u_char *pckt, int len));82 static void cbcp_recvack __P((cbcp_state *us, u_char *pckt, int len));83 static void cbcp_send __P((cbcp_state *us, int code, u_char *buf, int len));107 cbcp_state *us;110 BZERO(us, sizeof(cbcp_state));120 cbcp_state *us = &cbcp[unit];141 cbcp_state *us = &cbcp[unit];319 cbcp_state *us; in cbcp_recvreq()422 cbcp_state *us; in cbcp_send()[all …]
14 typedef struct cbcp_state { struct20 } cbcp_state; argument22 extern cbcp_state cbcp[];