Home
last modified time | relevance | path

Searched refs:lcp_options (Results 1 – 6 of 6) 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];
/external/syslinux/core/lwip/src/netif/ppp/
Dlcp.h83 typedef struct lcp_options { struct
113 } lcp_options; argument
131 extern lcp_options lcp_wantoptions[];
132 extern lcp_options lcp_gotoptions[];
133 extern lcp_options lcp_allowoptions[];
134 extern lcp_options lcp_hisoptions[];
Dlcp.c99 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 */
243 lcp_options *wo = &lcp_wantoptions[unit]; in lcp_init()
244 lcp_options *ao = &lcp_allowoptions[unit]; in lcp_init()
308 lcp_options *wo = &lcp_wantoptions[unit]; in lcp_open()
355 lcp_options *wo = &lcp_wantoptions[unit]; in lcp_lowerup()
534 lcp_options *go = &lcp_gotoptions[f->unit]; in lcp_cilen()
564 lcp_options *go = &lcp_gotoptions[f->unit]; in lcp_addci()
[all …]
Dauth.c448 lcp_options *wo = &lcp_wantoptions[unit]; in link_established()
449 lcp_options *go = &lcp_gotoptions[unit]; in link_established()
451 lcp_options *ho = &lcp_hisoptions[unit]; in link_established()
529 lcp_options *go = &lcp_gotoptions[unit]; in network_phase()
786 lcp_options *wo = &lcp_wantoptions[0];
830 lcp_options *go = &lcp_gotoptions[unit]; in auth_reset()
831 lcp_options *ao = &lcp_allowoptions[0]; in auth_reset()