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.h100 * The state of options is described by an lcp_options structure.
106 typedef struct lcp_options { struct
137 } lcp_options; typedef in typeref:struct:lcp_options
150 extern lcp_options lcp_wantoptions[];
151 extern lcp_options lcp_gotoptions[];
152 extern lcp_options lcp_allowoptions[];
153 extern lcp_options lcp_hisoptions[];
H A Dlcp.c234 lcp_options lcp_wantoptions[NUM_PPP]; /* Options that we want to request */
235 lcp_options lcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
236 lcp_options lcp_allowoptions[NUM_PPP]; /* Options we allow peer to request */
237 lcp_options lcp_hisoptions[NUM_PPP]; /* Options that we ack'd */
437 lcp_options *opt;
504 lcp_options *wo = &lcp_wantoptions[unit];
505 lcp_options *ao = &lcp_allowoptions[unit];
574 lcp_options *wo = &lcp_wantoptions[unit];
619 lcp_options *wo = &lcp_wantoptions[unit];
845 lcp_options *w
[all...]
H A Dmultilink.c63 lcp_options *wo = &lcp_wantoptions[0];
64 lcp_options *ao = &lcp_allowoptions[0];
93 lcp_options *go = &lcp_gotoptions[0];
94 lcp_options *ho = &lcp_hisoptions[0];
H A Dauth.c513 lcp_options *wo = &lcp_wantoptions[unit];
514 lcp_options *go = &lcp_gotoptions[unit];
515 lcp_options *ho = &lcp_hisoptions[unit];
615 lcp_options *go = &lcp_gotoptions[unit];
938 lcp_options *wo = &lcp_wantoptions[0];
1021 lcp_options *go = &lcp_gotoptions[unit];
1022 lcp_options *ao = &lcp_allowoptions[unit];
H A Doptions.c1602 BZERO((char *) &lcp_wantoptions[0], sizeof (struct lcp_options));
1603 BZERO((char *) &lcp_allowoptions[0], sizeof (struct lcp_options));

Completed in 56 milliseconds