Searched refs:lcp_options (Results 1 – 4 of 4) sorted by relevance
69 typedef struct lcp_options { struct88 } lcp_options; argument91 extern lcp_options lcp_wantoptions[];92 extern lcp_options lcp_gotoptions[];93 extern lcp_options lcp_allowoptions[];94 extern lcp_options lcp_hisoptions[];
67 lcp_options lcp_wantoptions[NUM_PPP]; /* Options that we want to request */68 lcp_options lcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */69 lcp_options lcp_allowoptions[NUM_PPP]; /* Options we allow peer to request */70 lcp_options lcp_hisoptions[NUM_PPP]; /* Options that we ack'd */178 lcp_options *wo = &lcp_wantoptions[unit]; in lcp_init()179 lcp_options *ao = &lcp_allowoptions[unit]; in lcp_init()233 lcp_options *wo = &lcp_wantoptions[unit]; in lcp_open()275 lcp_options *wo = &lcp_wantoptions[unit]; in lcp_lowerup()454 lcp_options *go = &lcp_gotoptions[f->unit]; in lcp_cilen()484 lcp_options *go = &lcp_gotoptions[f->unit]; in lcp_addci()[all …]
234 lcp_options *wo = &lcp_wantoptions[unit]; in link_established()235 lcp_options *go = &lcp_gotoptions[unit]; in link_established()236 lcp_options *ho = &lcp_hisoptions[unit]; in link_established()296 lcp_options *go = &lcp_gotoptions[unit]; in network_phase()524 lcp_options *wo = &lcp_wantoptions[0]; in auth_check_options()589 lcp_options *go = &lcp_gotoptions[unit]; in auth_reset()590 lcp_options *ao = &lcp_allowoptions[0]; in auth_reset()
1115 BZERO((char *) &lcp_wantoptions[0], sizeof (struct lcp_options)); in noopt()1116 BZERO((char *) &lcp_allowoptions[0], sizeof (struct lcp_options)); in noopt()