Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/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[];
/external/ppp/pppd/
Dipcp.h90 extern ipcp_options ipcp_gotoptions[];
Dipcp.c68 ipcp_options ipcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */ variable
695 ipcp_options *go = &ipcp_gotoptions[f->unit];
727 ipcp_options *go = &ipcp_gotoptions[f->unit];
773 ipcp_options *go = &ipcp_gotoptions[f->unit];
880 ipcp_options *go = &ipcp_gotoptions[f->unit];
1025 ipcp_options *go = &ipcp_gotoptions[f->unit];
1273 ipcp_options *go = &ipcp_gotoptions[f->unit];
1789 ipcp_options *go = &ipcp_gotoptions[f->unit];
2004 ipcp_clear_addrs(f->unit, ipcp_gotoptions[f->unit].ouraddr,
2091 slprintf(strlocal, sizeof(strlocal), "%I", ipcp_gotoptions[0].ouraddr);