Searched refs:NUM_PPP (Results 1 – 17 of 17) sorted by relevance
131 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 */
99 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 */
144 static struct permitted_ip *addresses[NUM_PPP];
285 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 …]
130 extern LinkPhase lcp_phase[NUM_PPP]; /* Phase of link session (RFC 1661) */
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 */
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 */
307 extern u_char outpacket_buf[NUM_PPP][PPP_MRU+PPP_HDRLEN];
103 static int auth_pending[NUM_PPP];112 static struct wordlist *addresses[NUM_PPP];
121 upap_state upap[NUM_PPP]; /* UPAP state; one for each unit */
140 chap_state chap[NUM_PPP]; /* CHAP state; one for each unit */
95 int peer_mru[NUM_PPP];
1649 #ifndef NUM_PPP1650 #define NUM_PPP 1 macro
527 #define NUM_PPP 1 /* Max PPP sessions. */ macro
Completed in 96 milliseconds