Searched refs:lcp_options (Results 1 - 25 of 27) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptpd/pppd_plugin/src/pppd/
H A Dlcp.h70 * The state of options is described by an lcp_options structure.
72 typedef struct lcp_options { struct
97 } lcp_options; typedef in typeref:struct:lcp_options
100 extern lcp_options lcp_wantoptions[];
101 extern lcp_options lcp_gotoptions[];
102 extern lcp_options lcp_allowoptions[];
103 extern lcp_options lcp_hisoptions[];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptpd/pppd_plugin/src/pppd/
H A Dlcp.h70 * The state of options is described by an lcp_options structure.
72 typedef struct lcp_options { struct
97 } lcp_options; typedef in typeref:struct:lcp_options
100 extern lcp_options lcp_wantoptions[];
101 extern lcp_options lcp_gotoptions[];
102 extern lcp_options lcp_allowoptions[];
103 extern lcp_options lcp_hisoptions[];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptpd/pppd_plugin/src/pppd/
H A Dlcp.h70 * The state of options is described by an lcp_options structure.
72 typedef struct lcp_options { struct
97 } lcp_options; typedef in typeref:struct:lcp_options
100 extern lcp_options lcp_wantoptions[];
101 extern lcp_options lcp_gotoptions[];
102 extern lcp_options lcp_allowoptions[];
103 extern lcp_options lcp_hisoptions[];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptp/src/pppd/
H A Dlcp.h86 * The state of options is described by an lcp_options structure.
88 typedef struct lcp_options { struct
113 } lcp_options; typedef in typeref:struct:lcp_options
116 extern lcp_options lcp_wantoptions[];
117 extern lcp_options lcp_gotoptions[];
118 extern lcp_options lcp_allowoptions[];
119 extern lcp_options lcp_hisoptions[];
H A Dlcp.c197 lcp_options lcp_wantoptions[NUM_PPP]; /* Options that we want to request */
198 lcp_options lcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
199 lcp_options lcp_allowoptions[NUM_PPP]; /* Options we allow peer to request */
200 lcp_options lcp_hisoptions[NUM_PPP]; /* Options that we ack'd */
309 BZERO((char *) &lcp_wantoptions[0], sizeof (struct lcp_options));
310 BZERO((char *) &lcp_allowoptions[0], sizeof (struct lcp_options));
346 lcp_options *wo = &lcp_wantoptions[unit];
347 lcp_options *ao = &lcp_allowoptions[unit];
386 lcp_options *wo = &lcp_wantoptions[unit];
450 lcp_options *w
[all...]
H A Dmultilink.c79 lcp_options *wo = &lcp_wantoptions[0];
80 lcp_options *ao = &lcp_allowoptions[0];
107 lcp_options *go = &lcp_gotoptions[0];
108 lcp_options *ho = &lcp_hisoptions[0];
109 lcp_options *ao = &lcp_allowoptions[0];
H A Dauth.c750 lcp_options *wo = &lcp_wantoptions[unit];
751 lcp_options *go = &lcp_gotoptions[unit];
752 lcp_options *ho = &lcp_hisoptions[unit];
830 lcp_options *go = &lcp_gotoptions[unit];
1249 lcp_options *wo = &lcp_wantoptions[0];
1346 lcp_options *go = &lcp_gotoptions[unit];
1347 lcp_options *ao = &lcp_allowoptions[unit];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/pppd/
H A Dlcp.h86 * The state of options is described by an lcp_options structure.
88 typedef struct lcp_options { struct
113 } lcp_options; typedef in typeref:struct:lcp_options
116 extern lcp_options lcp_wantoptions[];
117 extern lcp_options lcp_gotoptions[];
118 extern lcp_options lcp_allowoptions[];
119 extern lcp_options lcp_hisoptions[];
H A Dlcp.c197 lcp_options lcp_wantoptions[NUM_PPP]; /* Options that we want to request */
198 lcp_options lcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
199 lcp_options lcp_allowoptions[NUM_PPP]; /* Options we allow peer to request */
200 lcp_options lcp_hisoptions[NUM_PPP]; /* Options that we ack'd */
309 BZERO((char *) &lcp_wantoptions[0], sizeof (struct lcp_options));
310 BZERO((char *) &lcp_allowoptions[0], sizeof (struct lcp_options));
346 lcp_options *wo = &lcp_wantoptions[unit];
347 lcp_options *ao = &lcp_allowoptions[unit];
386 lcp_options *wo = &lcp_wantoptions[unit];
450 lcp_options *w
[all...]
H A Dmultilink.c79 lcp_options *wo = &lcp_wantoptions[0];
80 lcp_options *ao = &lcp_allowoptions[0];
107 lcp_options *go = &lcp_gotoptions[0];
108 lcp_options *ho = &lcp_hisoptions[0];
109 lcp_options *ao = &lcp_allowoptions[0];
H A Dauth.c750 lcp_options *wo = &lcp_wantoptions[unit];
751 lcp_options *go = &lcp_gotoptions[unit];
752 lcp_options *ho = &lcp_hisoptions[unit];
830 lcp_options *go = &lcp_gotoptions[unit];
1249 lcp_options *wo = &lcp_wantoptions[0];
1346 lcp_options *go = &lcp_gotoptions[unit];
1347 lcp_options *ao = &lcp_allowoptions[unit];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptp/src/pppd/
H A Dlcp.h86 * The state of options is described by an lcp_options structure.
88 typedef struct lcp_options { struct
113 } lcp_options; typedef in typeref:struct:lcp_options
116 extern lcp_options lcp_wantoptions[];
117 extern lcp_options lcp_gotoptions[];
118 extern lcp_options lcp_allowoptions[];
119 extern lcp_options lcp_hisoptions[];
H A Dlcp.c197 lcp_options lcp_wantoptions[NUM_PPP]; /* Options that we want to request */
198 lcp_options lcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
199 lcp_options lcp_allowoptions[NUM_PPP]; /* Options we allow peer to request */
200 lcp_options lcp_hisoptions[NUM_PPP]; /* Options that we ack'd */
309 BZERO((char *) &lcp_wantoptions[0], sizeof (struct lcp_options));
310 BZERO((char *) &lcp_allowoptions[0], sizeof (struct lcp_options));
346 lcp_options *wo = &lcp_wantoptions[unit];
347 lcp_options *ao = &lcp_allowoptions[unit];
386 lcp_options *wo = &lcp_wantoptions[unit];
450 lcp_options *w
[all...]
H A Dmultilink.c79 lcp_options *wo = &lcp_wantoptions[0];
80 lcp_options *ao = &lcp_allowoptions[0];
107 lcp_options *go = &lcp_gotoptions[0];
108 lcp_options *ho = &lcp_hisoptions[0];
109 lcp_options *ao = &lcp_allowoptions[0];
H A Dauth.c750 lcp_options *wo = &lcp_wantoptions[unit];
751 lcp_options *go = &lcp_gotoptions[unit];
752 lcp_options *ho = &lcp_hisoptions[unit];
830 lcp_options *go = &lcp_gotoptions[unit];
1249 lcp_options *wo = &lcp_wantoptions[0];
1346 lcp_options *go = &lcp_gotoptions[unit];
1347 lcp_options *ao = &lcp_allowoptions[unit];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptp/src/pppd/
H A Dlcp.h86 * The state of options is described by an lcp_options structure.
88 typedef struct lcp_options { struct
113 } lcp_options; typedef in typeref:struct:lcp_options
116 extern lcp_options lcp_wantoptions[];
117 extern lcp_options lcp_gotoptions[];
118 extern lcp_options lcp_allowoptions[];
119 extern lcp_options lcp_hisoptions[];
H A Dlcp.c197 lcp_options lcp_wantoptions[NUM_PPP]; /* Options that we want to request */
198 lcp_options lcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
199 lcp_options lcp_allowoptions[NUM_PPP]; /* Options we allow peer to request */
200 lcp_options lcp_hisoptions[NUM_PPP]; /* Options that we ack'd */
309 BZERO((char *) &lcp_wantoptions[0], sizeof (struct lcp_options));
310 BZERO((char *) &lcp_allowoptions[0], sizeof (struct lcp_options));
346 lcp_options *wo = &lcp_wantoptions[unit];
347 lcp_options *ao = &lcp_allowoptions[unit];
386 lcp_options *wo = &lcp_wantoptions[unit];
450 lcp_options *w
[all...]
H A Dmultilink.c79 lcp_options *wo = &lcp_wantoptions[0];
80 lcp_options *ao = &lcp_allowoptions[0];
107 lcp_options *go = &lcp_gotoptions[0];
108 lcp_options *ho = &lcp_hisoptions[0];
109 lcp_options *ao = &lcp_allowoptions[0];
H A Dauth.c750 lcp_options *wo = &lcp_wantoptions[unit];
751 lcp_options *go = &lcp_gotoptions[unit];
752 lcp_options *ho = &lcp_hisoptions[unit];
830 lcp_options *go = &lcp_gotoptions[unit];
1249 lcp_options *wo = &lcp_wantoptions[0];
1346 lcp_options *go = &lcp_gotoptions[unit];
1347 lcp_options *ao = &lcp_allowoptions[unit];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/pppd/
H A Dlcp.h86 * The state of options is described by an lcp_options structure.
88 typedef struct lcp_options { struct
113 } lcp_options; typedef in typeref:struct:lcp_options
116 extern lcp_options lcp_wantoptions[];
117 extern lcp_options lcp_gotoptions[];
118 extern lcp_options lcp_allowoptions[];
119 extern lcp_options lcp_hisoptions[];
H A Dlcp.c197 lcp_options lcp_wantoptions[NUM_PPP]; /* Options that we want to request */
198 lcp_options lcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
199 lcp_options lcp_allowoptions[NUM_PPP]; /* Options we allow peer to request */
200 lcp_options lcp_hisoptions[NUM_PPP]; /* Options that we ack'd */
309 BZERO((char *) &lcp_wantoptions[0], sizeof (struct lcp_options));
310 BZERO((char *) &lcp_allowoptions[0], sizeof (struct lcp_options));
346 lcp_options *wo = &lcp_wantoptions[unit];
347 lcp_options *ao = &lcp_allowoptions[unit];
386 lcp_options *wo = &lcp_wantoptions[unit];
450 lcp_options *w
[all...]
H A Dmultilink.c79 lcp_options *wo = &lcp_wantoptions[0];
80 lcp_options *ao = &lcp_allowoptions[0];
107 lcp_options *go = &lcp_gotoptions[0];
108 lcp_options *ho = &lcp_hisoptions[0];
109 lcp_options *ao = &lcp_allowoptions[0];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/pppd/
H A Dlcp.h86 * The state of options is described by an lcp_options structure.
88 typedef struct lcp_options { struct
113 } lcp_options; typedef in typeref:struct:lcp_options
116 extern lcp_options lcp_wantoptions[];
117 extern lcp_options lcp_gotoptions[];
118 extern lcp_options lcp_allowoptions[];
119 extern lcp_options lcp_hisoptions[];
H A Dlcp.c197 lcp_options lcp_wantoptions[NUM_PPP]; /* Options that we want to request */
198 lcp_options lcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
199 lcp_options lcp_allowoptions[NUM_PPP]; /* Options we allow peer to request */
200 lcp_options lcp_hisoptions[NUM_PPP]; /* Options that we ack'd */
309 BZERO((char *) &lcp_wantoptions[0], sizeof (struct lcp_options));
310 BZERO((char *) &lcp_allowoptions[0], sizeof (struct lcp_options));
346 lcp_options *wo = &lcp_wantoptions[unit];
347 lcp_options *ao = &lcp_allowoptions[unit];
386 lcp_options *wo = &lcp_wantoptions[unit];
450 lcp_options *w
[all...]
H A Dmultilink.c79 lcp_options *wo = &lcp_wantoptions[0];
80 lcp_options *ao = &lcp_allowoptions[0];
107 lcp_options *go = &lcp_gotoptions[0];
108 lcp_options *ho = &lcp_hisoptions[0];
109 lcp_options *ao = &lcp_allowoptions[0];

Completed in 228 milliseconds

12