HomeSort by relevance Sort by last modified time
    Searched refs:cbcp_state (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/
cbcp.h 4 typedef struct cbcp_state { struct
10 } cbcp_state; typedef in typeref:struct:cbcp_state
12 extern cbcp_state cbcp[];
cbcp.c 93 cbcp_state cbcp[NUM_PPP];
97 static void cbcp_recvreq __P((cbcp_state *us, u_char *pckt, int len));
98 static void cbcp_resp __P((cbcp_state *us));
99 static void cbcp_up __P((cbcp_state *us));
100 static void cbcp_recvack __P((cbcp_state *us, u_char *pckt, int len));
101 static void cbcp_send __P((cbcp_state *us, int code, u_char *buf, int len));
123 cbcp_state *us;
126 memset(us, 0, sizeof(cbcp_state));
136 cbcp_state *us = &cbcp[iface];
163 cbcp_state *us = &cbcp[unit]
    [all...]

Completed in 64 milliseconds