Searched refs:lcp_options (Results 1 – 5 of 5) sorted by relevance
104 typedef struct lcp_options { struct135 } lcp_options; argument148 extern lcp_options lcp_wantoptions[];149 extern lcp_options lcp_gotoptions[];150 extern lcp_options lcp_allowoptions[];151 extern lcp_options lcp_hisoptions[];
226 lcp_options lcp_wantoptions[NUM_PPP]; /* Options that we want to request */227 lcp_options lcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */228 lcp_options lcp_allowoptions[NUM_PPP]; /* Options we allow peer to request */229 lcp_options lcp_hisoptions[NUM_PPP]; /* Options that we ack'd */429 lcp_options *opt; in str_to_fcstype()496 lcp_options *wo = &lcp_wantoptions[unit];497 lcp_options *ao = &lcp_allowoptions[unit];566 lcp_options *wo = &lcp_wantoptions[unit];611 lcp_options *wo = &lcp_wantoptions[unit];837 lcp_options *wo = &lcp_wantoptions[f->unit];[all …]
57 lcp_options *wo = &lcp_wantoptions[0]; in mp_check_options()58 lcp_options *ao = &lcp_allowoptions[0]; in mp_check_options()87 lcp_options *go = &lcp_gotoptions[0]; in mp_join_bundle()88 lcp_options *ho = &lcp_hisoptions[0]; in mp_join_bundle()
510 lcp_options *wo = &lcp_wantoptions[unit];511 lcp_options *go = &lcp_gotoptions[unit];512 lcp_options *ho = &lcp_hisoptions[unit];612 lcp_options *go = &lcp_gotoptions[unit];935 lcp_options *wo = &lcp_wantoptions[0]; in auth_check_options()1018 lcp_options *go = &lcp_gotoptions[unit];1019 lcp_options *ao = &lcp_allowoptions[unit];
1596 BZERO((char *) &lcp_wantoptions[0], sizeof (struct lcp_options));1597 BZERO((char *) &lcp_allowoptions[0], sizeof (struct lcp_options));