HomeSort by relevance Sort by last modified time
    Searched refs:NUM_PPP (Results 1 - 22 of 22) 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 174 ipv6cp_options ipv6cp_wantoptions[NUM_PPP]; /* Options that we want to request */
175 ipv6cp_options ipv6cp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
176 ipv6cp_options ipv6cp_allowoptions[NUM_PPP]; /* Options we allow peer to request */
177 ipv6cp_options ipv6cp_hisoptions[NUM_PPP]; /* Options that we ack'd */
207 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 */
91 static int default_route_set[NUM_PPP]; /* Have set up a default route */
92 static int proxy_arp_set[NUM_PPP]; /* Have created proxy arp entry */
114 fsm ipcp_fsm[NUM_PPP]; /* IPCP fsm structure */
    [all...]
pppd.h 78 #define NUM_PPP 1 /* One PPP interface supported (per process) */
226 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 130 static int auth_pending[NUM_PPP];
133 int auth_done[NUM_PPP];
136 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...]
  /external/syslinux/core/lwip/src/netif/ppp/
lcp.h 130 extern LinkPhase lcp_phase[NUM_PPP]; /* Phase of link session (RFC 1661) */
ppp.c 252 static PPPControl pppControl[NUM_PPP]; /* The PPP interface control blocks. */
282 u_char outpacket_buf[NUM_PPP][PPP_MRU+PPP_HDRLEN];
445 for (i = 0; i < NUM_PPP; i++) {
542 for (pd = 0; pd < NUM_PPP && pppControl[pd].openFlag != 0; pd++);
544 if (pd >= NUM_PPP) {
613 for (pd = 0; pd < NUM_PPP && pppControl[pd].openFlag != 0; pd++);
614 if (pd >= NUM_PPP) {
814 if (pd < 0 || pd >= NUM_PPP || !pc->openFlag || !pb) {
954 if (pd < 0 || pd >= NUM_PPP) {
1007 if (pd < 0 || pd >= NUM_PPP || !pc->openFlag)
    [all...]
ipcp.c 73 ipcp_options ipcp_wantoptions[NUM_PPP]; /* Options that we want to request */
74 ipcp_options ipcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
75 ipcp_options ipcp_allowoptions[NUM_PPP]; /* Options we allow peer to request */
76 ipcp_options ipcp_hisoptions[NUM_PPP]; /* Options that we ack'd */
79 static int default_route_set[NUM_PPP]; /* Have set up a default route */
80 static int cis_received[NUM_PPP]; /* # Conf-Reqs received */
101 fsm ipcp_fsm[NUM_PPP]; /* IPCP fsm structure */
    [all...]
ppp.h 347 extern u_char outpacket_buf[NUM_PPP][PPP_MRU+PPP_HDRLEN];
lcp.c 93 LinkPhase lcp_phase[NUM_PPP]; /* Phase of link session (RFC 1661) */
98 static fsm lcp_fsm[NUM_PPP]; /* LCP fsm structure (global)*/
99 lcp_options lcp_wantoptions[NUM_PPP]; /* Options that we want to request */
100 lcp_options lcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
101 lcp_options lcp_allowoptions[NUM_PPP]; /* Options we allow peer to request */
102 lcp_options lcp_hisoptions[NUM_PPP]; /* Options that we ack'd */
103 ext_accm xmit_accm[NUM_PPP]; /* extended transmit ACCM */
    [all...]
auth.c 103 static int auth_pending[NUM_PPP];
112 static struct wordlist *addresses[NUM_PPP];
    [all...]
pap.c 121 upap_state upap[NUM_PPP]; /* UPAP state; one for each unit */
chap.c 140 chap_state chap[NUM_PPP]; /* CHAP state; one for each unit */
fsm.c 95 int peer_mru[NUM_PPP];
  /external/syslinux/core/lwip/src/include/lwip/
opt.h     [all...]

Completed in 313 milliseconds