Home
last modified time | relevance | path

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

/lib/liblwip/src/netif/ppp/
Dlcp.c100 lcp_options lcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */ variable
422 PUTLONG(lcp_gotoptions[f->unit].magicnumber, magp); in lcp_extcode()
522 lcp_gotoptions[f->unit] = lcp_wantoptions[f->unit]; in lcp_resetci()
534 lcp_options *go = &lcp_gotoptions[f->unit]; in lcp_cilen()
564 lcp_options *go = &lcp_gotoptions[f->unit]; in lcp_addci()
639 lcp_options *go = &lcp_gotoptions[f->unit]; in lcp_ackci()
761 lcp_options *go = &lcp_gotoptions[f->unit]; in lcp_nakci()
1081 lcp_options *go = &lcp_gotoptions[f->unit]; in lcp_rejci()
1228 lcp_options *go = &lcp_gotoptions[f->unit]; in lcp_reqci()
1644 lcp_options *go = &lcp_gotoptions[f->unit]; in lcp_up()
[all …]
Dlcp.h132 extern lcp_options lcp_gotoptions[];
Dauth.c449 lcp_options *go = &lcp_gotoptions[unit]; in link_established()
529 lcp_options *go = &lcp_gotoptions[unit]; in network_phase()
830 lcp_options *go = &lcp_gotoptions[unit]; in auth_reset()