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

  /external/ppp/pppd/
ecp.c 118 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 */
ccp.c 199 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 */
    [all...]
ipv6cp.c 173 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 */
    [all...]
ipxcp.c 68 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 */
    [all...]
ipcp.c 67 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 */
    [all...]
pppd.h 78 #define NUM_PPP 1 /* One PPP interface supported (per process) */
225 extern int auth_done[NUM_PPP]; /* Methods actually used for auth */
    [all...]
cbcp.c 93 cbcp_state cbcp[NUM_PPP];
lcp.c 190 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 */
    [all...]
upap.c 109 upap_state upap[NUM_PPP]; /* UPAP state; one for each unit */
auth.c 132 static int auth_pending[NUM_PPP];
135 int auth_done[NUM_PPP];
141 static struct permitted_ip *addresses[NUM_PPP];
    [all...]
fsm.c 71 int peer_mru[NUM_PPP];
eap.c 81 eap_state eap_states[NUM_PPP]; /* EAP state; one for each unit */
    [all...]

Completed in 52 milliseconds