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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dccp.c123 fsm ccp_fsm[NUM_PPP];
124 ccp_options ccp_wantoptions[NUM_PPP]; /* what to request the peer to use */
125 ccp_options ccp_gotoptions[NUM_PPP]; /* what the peer agreed to do */
126 ccp_options ccp_allowoptions[NUM_PPP]; /* what we'll agree to do */
127 ccp_options ccp_hisoptions[NUM_PPP]; /* what we agreed to do */
178 static int ccp_localstate[NUM_PPP];
187 static int all_rejected[NUM_PPP]; /* we rejected all peer's options */
H A Dipcp.c52 ipcp_options ipcp_wantoptions[NUM_PPP]; /* Options that we want to request */
53 ipcp_options ipcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
54 ipcp_options ipcp_allowoptions[NUM_PPP]; /* Options we allow peer to request */
55 ipcp_options ipcp_hisoptions[NUM_PPP]; /* Options that we ack'd */
66 static bool default_route_set[NUM_PPP]; /* Have set up a default route */
67 static bool proxy_arp_set[NUM_PPP]; /* Have created proxy arp entry */
68 static bool ipcp_is_up[NUM_PPP]; /* have called np_up() */
69 static bool proxy_arp_quiet[NUM_PPP]; /* We should be quiet on error */
87 fsm ipcp_fsm[NUM_PPP]; /* IPCP fsm structure */
H A Dipv6cp.c135 ipv6cp_options ipv6cp_wantoptions[NUM_PPP]; /* Options that we want to request */
136 ipv6cp_options ipv6cp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
137 ipv6cp_options ipv6cp_allowoptions[NUM_PPP]; /* Options we allow peer to request */
138 ipv6cp_options ipv6cp_hisoptions[NUM_PPP]; /* Options that we ack'd */
158 fsm ipv6cp_fsm[NUM_PPP]; /* IPV6CP fsm structure */
H A Dcbcp.c84 cbcp_state cbcp[NUM_PPP];
H A Dlcp.c233 fsm lcp_fsm[NUM_PPP]; /* LCP fsm structure (global)*/
234 lcp_options lcp_wantoptions[NUM_PPP]; /* Options that we want to request */
235 lcp_options lcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
236 lcp_options lcp_allowoptions[NUM_PPP]; /* Options we allow peer to request */
237 lcp_options lcp_hisoptions[NUM_PPP]; /* Options that we ack'd */
238 u_int32_t xmit_accm[NUM_PPP][8]; /* extended transmit ACCM */
H A Dfsm.c57 static int peer_mru[NUM_PPP];
909 if (unit >= NUM_PPP) {
H A Dpppd.h71 #define NUM_PPP 1 /* One PPP interface supported (per process) */ macro
H A Dupap.c99 upap_state upap[NUM_PPP]; /* UPAP state; one for each unit */
H A Dchap.c111 chap_state chap[NUM_PPP]; /* CHAP state; one for each unit */
H A Dauth.c109 static int auth_pending[NUM_PPP];
115 static struct permitted_ip *addresses[NUM_PPP];

Completed in 758 milliseconds