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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dcbcp.h16 typedef struct cbcp_state { struct
22 } cbcp_state; typedef in typeref:struct:cbcp_state
24 extern cbcp_state cbcp[];
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;
429 cbcp_state *u
[all...]

Completed in 56 milliseconds