Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/pppd/
Dccp.c80 fsm ccp_fsm[NUM_PPP];
81 ccp_options ccp_wantoptions[NUM_PPP]; /* what to request the peer to use */
82 ccp_options ccp_gotoptions[NUM_PPP]; /* what the peer agreed to do */
83 ccp_options ccp_allowoptions[NUM_PPP]; /* what we'll agree to do */
84 ccp_options ccp_hisoptions[NUM_PPP]; /* what we agreed to do */
129 static int ccp_localstate[NUM_PPP];
135 static int all_rejected[NUM_PPP]; /* we rejected all peer's options */
Dipcp.c64 ipcp_options ipcp_wantoptions[NUM_PPP]; /* Options that we want to request */
65 ipcp_options ipcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
66 ipcp_options ipcp_allowoptions[NUM_PPP]; /* Options we allow peer to request */
67 ipcp_options ipcp_hisoptions[NUM_PPP]; /* Options that we ack'd */
70 static int cis_received[NUM_PPP]; /* # Conf-Reqs received */
71 static int default_route_set[NUM_PPP]; /* Have set up a default route */
72 static int proxy_arp_set[NUM_PPP]; /* Have created proxy arp entry */
89 fsm ipcp_fsm[NUM_PPP]; /* IPCP fsm structure */
Dlcp.c66 fsm lcp_fsm[NUM_PPP]; /* LCP fsm structure (global)*/
67 lcp_options lcp_wantoptions[NUM_PPP]; /* Options that we want to request */
68 lcp_options lcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
69 lcp_options lcp_allowoptions[NUM_PPP]; /* Options we allow peer to request */
70 lcp_options lcp_hisoptions[NUM_PPP]; /* Options that we ack'd */
71 u_int32_t xmit_accm[NUM_PPP][8]; /* extended transmit ACCM */
Dpppd.h63 #define NUM_PPP 1 /* One PPP interface supported (per process) */ macro
Dcbcp.c74 cbcp_state cbcp[NUM_PPP];
Dauth.c129 static int auth_pending[NUM_PPP];
138 static struct wordlist *addresses[NUM_PPP];
Dupap.c86 upap_state upap[NUM_PPP]; /* UPAP state; one for each unit */
Dchap.c97 chap_state chap[NUM_PPP]; /* CHAP state; one for each unit */
Dfsm.c70 int peer_mru[NUM_PPP];