Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dipcp.c68 ipcp_options ipcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */ variable
679 ipcp_options *go = &ipcp_gotoptions[f->unit];
711 ipcp_options *go = &ipcp_gotoptions[f->unit];
754 ipcp_options *go = &ipcp_gotoptions[f->unit];
844 ipcp_options *go = &ipcp_gotoptions[f->unit];
970 ipcp_options *go = &ipcp_gotoptions[f->unit];
1191 ipcp_options *go = &ipcp_gotoptions[f->unit];
1686 ipcp_options *go = &ipcp_gotoptions[f->unit];
1892 ipcp_clear_addrs(f->unit, ipcp_gotoptions[f->unit].ouraddr,
1978 slprintf(strlocal, sizeof(strlocal), "%I", ipcp_gotoptions[0].ouraddr);
Dipcp.h90 extern ipcp_options ipcp_gotoptions[];