Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Decp.c131 fsm ecp_fsm[NUM_PPP];
132 ecp_options ecp_wantoptions[NUM_PPP]; /* what to request the peer to use */
133 ecp_options ecp_gotoptions[NUM_PPP]; /* what the peer agreed to do */
134 ecp_options ecp_allowoptions[NUM_PPP]; /* what we'll agree to do */
135 ecp_options ecp_hisoptions[NUM_PPP]; /* what we agreed to do */
A Dipcp.c99 static int default_route_set[NUM_PPP]; /* Have set up a default route */
100 static int proxy_arp_set[NUM_PPP]; /* Have created proxy arp entry */
A Dauth.c144 static struct permitted_ip *addresses[NUM_PPP];
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Decp.c131 fsm ecp_fsm[NUM_PPP];
132 ecp_options ecp_wantoptions[NUM_PPP]; /* what to request the peer to use */
133 ecp_options ecp_gotoptions[NUM_PPP]; /* what the peer agreed to do */
134 ecp_options ecp_allowoptions[NUM_PPP]; /* what we'll agree to do */
135 ecp_options ecp_hisoptions[NUM_PPP]; /* what we agreed to do */
A Dipcp.c99 static int default_route_set[NUM_PPP]; /* Have set up a default route */
100 static int proxy_arp_set[NUM_PPP]; /* Have created proxy arp entry */
A Dauth.c144 static struct permitted_ip *addresses[NUM_PPP];
/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dppp.c285 u_char outpacket_buf[NUM_PPP][PPP_MRU+PPP_HDRLEN];
452 for (i = 0; i < NUM_PPP; i++) { in pppInit()
551 if (pd >= NUM_PPP) { in pppOverSerialOpen()
624 if (pd >= NUM_PPP) { in pppOverEthernetOpen()
966 if (pd < 0 || pd >= NUM_PPP) { in pppIOCtl()
1019 if (pd < 0 || pd >= NUM_PPP || !pc->openFlag) { in pppMTU()
1347 if (pd < 0 || pd >= NUM_PPP || !pc->openFlag) { in sifup()
1392 if (pd < 0 || pd >= NUM_PPP || !pc->openFlag) { in sifdown()
1423 if (pd < 0 || pd >= NUM_PPP || !pc->openFlag) { in sifaddr()
1451 if (pd < 0 || pd >= NUM_PPP || !pc->openFlag) { in cifaddr()
[all …]
A Dlcp.h130 extern LinkPhase lcp_phase[NUM_PPP]; /* Phase of link session (RFC 1661) */
A Dipcp.c73 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 */
A Dlcp.c93 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 */
A Dppp_impl.h307 extern u_char outpacket_buf[NUM_PPP][PPP_MRU+PPP_HDRLEN];
A Dauth.c103 static int auth_pending[NUM_PPP];
112 static struct wordlist *addresses[NUM_PPP];
A Dpap.c121 upap_state upap[NUM_PPP]; /* UPAP state; one for each unit */
A Dchap.c140 chap_state chap[NUM_PPP]; /* CHAP state; one for each unit */
A Dfsm.c95 int peer_mru[NUM_PPP];
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dopt.h1649 #ifndef NUM_PPP
1650 #define NUM_PPP 1 macro
/components/net/lwip/port/
A Dlwipopts.h527 #define NUM_PPP 1 /* Max PPP sessions. */ macro

Completed in 96 milliseconds