Home
last modified time | relevance | path

Searched refs:ipcp_gotoptions (Results 1 – 2 of 2) sorted by relevance

/lib/liblwip/src/netif/ppp/
Dipcp.c74 ipcp_options ipcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */ variable
294 ipcp_gotoptions[f->unit] = *wo; in ipcp_resetci()
305 ipcp_options *go = &ipcp_gotoptions[f->unit]; in ipcp_cilen()
350 ipcp_options *go = &ipcp_gotoptions[f->unit]; in ipcp_addci()
427 ipcp_options *go = &ipcp_gotoptions[f->unit]; in ipcp_ackci()
547 ipcp_options *go = &ipcp_gotoptions[f->unit]; in ipcp_nakci()
752 ipcp_options *go = &ipcp_gotoptions[f->unit]; in ipcp_rejci()
875 ipcp_options *go = &ipcp_gotoptions[f->unit]; in ipcp_reqci()
1224 ipcp_options *go = &ipcp_gotoptions[f->unit]; in ipcp_up()
1329 ouraddr = ipcp_gotoptions[unit].ouraddr; in ipcp_clear_addrs()
Dipcp.h100 extern ipcp_options ipcp_gotoptions[];