Home
last modified time | relevance | path

Searched refs:lcp_options (Results 1 – 3 of 3) sorted by relevance

/external/ppp/pppd/
Dlcp.h88 typedef struct lcp_options { struct
113 } lcp_options; argument
116 extern lcp_options lcp_wantoptions[];
117 extern lcp_options lcp_gotoptions[];
118 extern lcp_options lcp_allowoptions[];
119 extern lcp_options lcp_hisoptions[];
Dlcp.c191 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 */
303 BZERO((char *) &lcp_wantoptions[0], sizeof (struct lcp_options));
304 BZERO((char *) &lcp_allowoptions[0], sizeof (struct lcp_options));
340 lcp_options *wo = &lcp_wantoptions[unit];
341 lcp_options *ao = &lcp_allowoptions[unit];
380 lcp_options *wo = &lcp_wantoptions[unit];
433 lcp_options *wo = &lcp_wantoptions[unit];
[all …]
Dauth.c730 lcp_options *wo = &lcp_wantoptions[unit];
731 lcp_options *go = &lcp_gotoptions[unit];
732 lcp_options *ho = &lcp_hisoptions[unit];
810 lcp_options *go = &lcp_gotoptions[unit];
1223 lcp_options *wo = &lcp_wantoptions[0]; in auth_check_options()
1320 lcp_options *go = &lcp_gotoptions[unit];
1321 lcp_options *ao = &lcp_allowoptions[unit];