Home
last modified time | relevance | path

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.c77 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 …]
H A Dcbcp.h14 typedef struct cbcp_state { struct
20 } cbcp_state; argument
22 extern cbcp_state cbcp[];