Home
last modified time | relevance | path

Searched refs:NUM_PPP (Results 1 – 12 of 12) sorted by relevance

/external/ppp/pppd/
Decp.c118 fsm ecp_fsm[NUM_PPP];
119 ecp_options ecp_wantoptions[NUM_PPP]; /* what to request the peer to use */
120 ecp_options ecp_gotoptions[NUM_PPP]; /* what the peer agreed to do */
121 ecp_options ecp_allowoptions[NUM_PPP]; /* what we'll agree to do */
122 ecp_options ecp_hisoptions[NUM_PPP]; /* what we agreed to do */
Dccp.c199 fsm ccp_fsm[NUM_PPP];
200 ccp_options ccp_wantoptions[NUM_PPP]; /* what to request the peer to use */
201 ccp_options ccp_gotoptions[NUM_PPP]; /* what the peer agreed to do */
202 ccp_options ccp_allowoptions[NUM_PPP]; /* what we'll agree to do */
203 ccp_options ccp_hisoptions[NUM_PPP]; /* what we agreed to do */
249 static int ccp_localstate[NUM_PPP];
255 static int all_rejected[NUM_PPP]; /* we rejected all peer's options */
Dipv6cp.c173 ipv6cp_options ipv6cp_wantoptions[NUM_PPP]; /* Options that we want to request */
174 ipv6cp_options ipv6cp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
175 ipv6cp_options ipv6cp_allowoptions[NUM_PPP]; /* Options we allow peer to request */
176 ipv6cp_options ipv6cp_hisoptions[NUM_PPP]; /* Options that we ack'd */
196 fsm ipv6cp_fsm[NUM_PPP]; /* IPV6CP fsm structure */
Dipxcp.c68 ipxcp_options ipxcp_wantoptions[NUM_PPP]; /* Options that we want to request */
69 ipxcp_options ipxcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
70 ipxcp_options ipxcp_allowoptions[NUM_PPP]; /* Options we allow peer to request */
71 ipxcp_options ipxcp_hisoptions[NUM_PPP]; /* Options that we ack'd */
93 fsm ipxcp_fsm[NUM_PPP]; /* IPXCP fsm structure */
Dipcp.c67 ipcp_options ipcp_wantoptions[NUM_PPP]; /* Options that we want to request */
68 ipcp_options ipcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
69 ipcp_options ipcp_allowoptions[NUM_PPP]; /* Options we allow peer to request */
70 ipcp_options ipcp_hisoptions[NUM_PPP]; /* Options that we ack'd */
90 static int default_route_set[NUM_PPP]; /* Have set up a default route */
91 static int proxy_arp_set[NUM_PPP]; /* Have created proxy arp entry */
113 fsm ipcp_fsm[NUM_PPP]; /* IPCP fsm structure */
Dpppd.h78 #define NUM_PPP 1 /* One PPP interface supported (per process) */ macro
225 extern int auth_done[NUM_PPP]; /* Methods actually used for auth */
Dlcp.c190 fsm lcp_fsm[NUM_PPP]; /* LCP fsm structure (global)*/
191 lcp_options lcp_wantoptions[NUM_PPP]; /* Options that we want to request */
192 lcp_options lcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
193 lcp_options lcp_allowoptions[NUM_PPP]; /* Options we allow peer to request */
194 lcp_options lcp_hisoptions[NUM_PPP]; /* Options that we ack'd */
Dcbcp.c93 cbcp_state cbcp[NUM_PPP];
Dauth.c132 static int auth_pending[NUM_PPP];
135 int auth_done[NUM_PPP];
141 static struct permitted_ip *addresses[NUM_PPP];
Dupap.c109 upap_state upap[NUM_PPP]; /* UPAP state; one for each unit */
Dfsm.c71 int peer_mru[NUM_PPP];
Deap.c81 eap_state eap_states[NUM_PPP]; /* EAP state; one for each unit */