HomeSort by relevance Sort by last modified time
    Searched defs:lcp_gotoptions (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/
lcp.c 192 lcp_options lcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */ variable
528 PUTLONG(lcp_gotoptions[f->unit].magicnumber, magp);
649 lcp_options *go = &lcp_gotoptions[f->unit];
674 lcp_options *go = &lcp_gotoptions[f->unit];
712 lcp_options *go = &lcp_gotoptions[f->unit];
800 lcp_options *go = &lcp_gotoptions[f->unit];
956 lcp_options *go = &lcp_gotoptions[f->unit];
    [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
lcp.c 100 lcp_options lcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */ variable
422 PUTLONG(lcp_gotoptions[f->unit].magicnumber, magp);
522 lcp_gotoptions[f->unit] = lcp_wantoptions[f->unit];
534 lcp_options *go = &lcp_gotoptions[f->unit];
564 lcp_options *go = &lcp_gotoptions[f->unit];
639 lcp_options *go = &lcp_gotoptions[f->unit];
761 lcp_options *go = &lcp_gotoptions[f->unit];
1081 lcp_options *go = &lcp_gotoptions[f->unit];
    [all...]

Completed in 209 milliseconds