Home
last modified time | relevance | path

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

/lib/liblwip/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()