Home
last modified time | relevance | path

Searched refs:lcp_options (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dlcp.h104 typedef struct lcp_options { struct
135 } lcp_options; argument
148 extern lcp_options lcp_wantoptions[];
149 extern lcp_options lcp_gotoptions[];
150 extern lcp_options lcp_allowoptions[];
151 extern lcp_options lcp_hisoptions[];
H A Dlcp.c429 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];
838 lcp_options *go = &lcp_gotoptions[f->unit];
868 lcp_options *go = &lcp_gotoptions[f->unit];
910 lcp_options *go = &lcp_gotoptions[f->unit];
911 lcp_options *ho = &lcp_hisoptions[f->unit];
1008 lcp_options *go = &lcp_gotoptions[f->unit];
[all …]
H A Dmultilink.c57 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()
H A Dauth.c506 lcp_options *wo = &lcp_wantoptions[unit];
507 lcp_options *go = &lcp_gotoptions[unit];
508 lcp_options *ho = &lcp_hisoptions[unit];
608 lcp_options *go = &lcp_gotoptions[unit];
931 lcp_options *wo = &lcp_wantoptions[0]; in auth_check_options()
1014 lcp_options *go = &lcp_gotoptions[unit];
1015 lcp_options *ao = &lcp_allowoptions[unit];
H A Doptions.c1596 BZERO((char *) &lcp_wantoptions[0], sizeof (struct lcp_options));
1597 BZERO((char *) &lcp_allowoptions[0], sizeof (struct lcp_options));