Home | History | Annotate | Download | only in pppd

Lines Matching refs:lcp_gotoptions

192 lcp_options lcp_gotoptions[NUM_PPP];	/* Options that peer ack'd */
519 PUTLONG(lcp_gotoptions[f->unit].magicnumber, magp);
626 lcp_options *go = &lcp_gotoptions[f->unit];
651 lcp_options *go = &lcp_gotoptions[f->unit];
689 lcp_options *go = &lcp_gotoptions[f->unit];
777 lcp_options *go = &lcp_gotoptions[f->unit];
933 lcp_options *go = &lcp_gotoptions[f->unit];
1326 lcp_options *go = &lcp_gotoptions[f->unit];
1486 lcp_options *go = &lcp_gotoptions[f->unit];
1876 lcp_options *go = &lcp_gotoptions[f->unit];
1925 lcp_options *go = &lcp_gotoptions[f->unit];
2260 if (lcp_gotoptions[f->unit].neg_magicnumber
2261 && magic == lcp_gotoptions[f->unit].magicnumber) {
2295 lcp_magic = lcp_gotoptions[f->unit].magicnumber;