Home
last modified time | relevance | path

Searched refs:cbcp_state (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dcbcp.c84 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 …]
H A Dcbcp.h16 typedef struct cbcp_state { struct
22 } cbcp_state; argument
24 extern cbcp_state cbcp[];