Searched refs:NUM_PPP (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A 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 */
H A 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 */
H A 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 */
H A 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 */
H A 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 */
H A 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 */
199 unsigned long lcp_ppp_received_pktnr[NUM_PPP]; /* foxocnn wklin added, 08/24/2007 */
H A 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 */
H A Dcbcp.c93 cbcp_state cbcp[NUM_PPP];
H A Dupap.c109 upap_state upap[NUM_PPP]; /* UPAP state; one for each unit */
H A Dauth.c138 static int auth_pending[NUM_PPP];
141 int auth_done[NUM_PPP];
147 static struct permitted_ip *addresses[NUM_PPP];
H A Dfsm.c71 int peer_mru[NUM_PPP];
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dccp.c134 fsm ccp_fsm[NUM_PPP];
135 ccp_options ccp_wantoptions[NUM_PPP]; /* what to request the peer to use */
136 ccp_options ccp_gotoptions[NUM_PPP]; /* what the peer agreed to do */
137 ccp_options ccp_allowoptions[NUM_PPP]; /* what we'll agree to do */
138 ccp_options ccp_hisoptions[NUM_PPP]; /* what we agreed to do */
183 static int ccp_localstate[NUM_PPP];
189 static int all_rejected[NUM_PPP]; /* we rejected all peer's options */
H A Dipv6cp.c128 ipv6cp_options ipv6cp_wantoptions[NUM_PPP]; /* Options that we want to request */
129 ipv6cp_options ipv6cp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
130 ipv6cp_options ipv6cp_allowoptions[NUM_PPP]; /* Options we allow peer to request */
131 ipv6cp_options ipv6cp_hisoptions[NUM_PPP]; /* Options that we ack'd */
151 fsm ipv6cp_fsm[NUM_PPP]; /* IPV6CP fsm structure */
H A Dipcp.c44 ipcp_options ipcp_wantoptions[NUM_PPP]; /* Options that we want to request */
45 ipcp_options ipcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
46 ipcp_options ipcp_allowoptions[NUM_PPP]; /* Options we allow peer to request */
47 ipcp_options ipcp_hisoptions[NUM_PPP]; /* Options that we ack'd */
63 static int default_route_set[NUM_PPP]; /* Have set up a default route */
64 static int proxy_arp_set[NUM_PPP]; /* Have created proxy arp entry */
85 fsm ipcp_fsm[NUM_PPP]; /* IPCP fsm structure */
H A Dipxcp.c45 ipxcp_options ipxcp_wantoptions[NUM_PPP]; /* Options that we want to request */
46 ipxcp_options ipxcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
47 ipxcp_options ipxcp_allowoptions[NUM_PPP]; /* Options we allow peer to request */
48 ipxcp_options ipxcp_hisoptions[NUM_PPP]; /* Options that we ack'd */
70 fsm ipxcp_fsm[NUM_PPP]; /* IPXCP fsm structure */
H A Dcbcp.c78 cbcp_state cbcp[NUM_PPP];
H A Dlcp.c167 fsm lcp_fsm[NUM_PPP]; /* LCP fsm structure (global)*/
168 lcp_options lcp_wantoptions[NUM_PPP]; /* Options that we want to request */
169 lcp_options lcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
170 lcp_options lcp_allowoptions[NUM_PPP]; /* Options we allow peer to request */
171 lcp_options lcp_hisoptions[NUM_PPP]; /* Options that we ack'd */
H A Dupap.c86 upap_state upap[NUM_PPP]; /* UPAP state; one for each unit */
H A Dchap.c104 chap_state chap[NUM_PPP]; /* CHAP state; one for each unit */
H A Dfsm.c48 int peer_mru[NUM_PPP];
H A Dpppd.h55 #define NUM_PPP 1 /* One PPP interface supported (per process) */ macro
H A Dauth.c91 static int auth_pending[NUM_PPP];
97 static struct permitted_ip *addresses[NUM_PPP];
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dauth.c51 static int auth_pending[NUM_PPP];
H A Dpppd.h55 #define NUM_PPP 1 /* One PPP interface supported (per process) */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/plugins/
H A Dpppd.h79 #define NUM_PPP 1 /* One PPP interface supported (per process) */ macro
224 extern int auth_done[NUM_PPP]; /* Methods actually used for auth */

Completed in 165 milliseconds

12