Searched refs:lcp_wantoptions (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/plugins/pppoatm/
H A Dpppoatm.c90 lcp_wantoptions[0].neg_accompression = 0;
92 lcp_wantoptions[0].neg_asyncmap = 0;
94 lcp_wantoptions[0].neg_pcompression = 0;
150 qos.rxtp.max_sdu = lcp_wantoptions[0].mru + pppoatm_overhead();
159 pppoatm_max_mru = lcp_wantoptions[0].mru;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dlcp.h76 extern lcp_options lcp_wantoptions[];
H A Dlcp.c69 { "noaccomp", o_bool, &lcp_wantoptions[0].neg_accompression,
72 { "-ac", o_bool, &lcp_wantoptions[0].neg_accompression,
76 { "asyncmap", o_uint32, &lcp_wantoptions[0].asyncmap,
78 OPT_OR, &lcp_wantoptions[0].neg_asyncmap },
79 { "-as", o_uint32, &lcp_wantoptions[0].asyncmap,
81 OPT_ALIAS | OPT_OR, &lcp_wantoptions[0].neg_asyncmap },
82 { "default-asyncmap", o_uint32, &lcp_wantoptions[0].asyncmap,
86 { "-am", o_uint32, &lcp_wantoptions[0].asyncmap,
91 { "nomagic", o_bool, &lcp_wantoptions[0].neg_magicnumber,
94 { "-mn", o_bool, &lcp_wantoptions[
168 lcp_options lcp_wantoptions[NUM_PPP]; /* Options that we want to request */ variable
[all...]
H A Dauth.c211 { "require-pap", o_bool, &lcp_wantoptions[0].neg_upap,
214 { "+pap", o_bool, &lcp_wantoptions[0].neg_upap,
217 { "require-chap", o_bool, &lcp_wantoptions[0].neg_chap,
220 { "+chap", o_bool, &lcp_wantoptions[0].neg_chap,
442 lcp_options *wo = &lcp_wantoptions[unit];
799 lcp_options *wo = &lcp_wantoptions[0];
H A Dcbcp.c93 lcp_wantoptions[0].neg_cbcp = 1;
H A Dmultilink.c59 lcp_options *wo = &lcp_wantoptions[0];
H A Dtty.c289 lcp_wantoptions[0].asyncmap |= 0x000A0000; /* escape ^S and ^Q */
290 lcp_wantoptions[0].neg_asyncmap = 1;
H A Dsys-solaris.c843 if ((!lcp_wantoptions[0].neg_accompression) &&
844 (!lcp_wantoptions[0].neg_pcompression) &&
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Dplugin.c385 lcp_wantoptions[0].neg_accompression = 0;
388 lcp_wantoptions[0].neg_asyncmap = 0;
391 lcp_wantoptions[0].neg_pcompression = 0;
395 if (lcp_wantoptions[0].mru > MAX_PPPOE_MTU)
396 lcp_wantoptions[0].mru = MAX_PPPOE_MTU;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dlcp.c92 { "noaccomp", o_bool, &lcp_wantoptions[0].neg_accompression,
95 { "-ac", o_bool, &lcp_wantoptions[0].neg_accompression,
99 { "asyncmap", o_uint32, &lcp_wantoptions[0].asyncmap,
101 OPT_OR, &lcp_wantoptions[0].neg_asyncmap },
102 { "-as", o_uint32, &lcp_wantoptions[0].asyncmap,
104 OPT_ALIAS | OPT_OR, &lcp_wantoptions[0].neg_asyncmap },
105 { "default-asyncmap", o_uint32, &lcp_wantoptions[0].asyncmap,
109 { "-am", o_uint32, &lcp_wantoptions[0].asyncmap,
114 { "nomagic", o_bool, &lcp_wantoptions[0].neg_magicnumber,
117 { "-mn", o_bool, &lcp_wantoptions[
191 lcp_options lcp_wantoptions[NUM_PPP]; /* Options that we want to request */ variable
[all...]
H A Dlcp.h116 extern lcp_options lcp_wantoptions[];
H A Dauth.c293 { "require-pap", o_bool, &lcp_wantoptions[0].neg_upap,
296 { "+pap", o_bool, &lcp_wantoptions[0].neg_upap,
302 &lcp_wantoptions[0].chap_mdtype },
306 &lcp_wantoptions[0].chap_mdtype },
311 &lcp_wantoptions[0].chap_mdtype },
315 &lcp_wantoptions[0].chap_mdtype },
319 &lcp_wantoptions[0].chap_mdtype },
323 &lcp_wantoptions[0].chap_mdtype },
357 { "require-eap", o_bool, &lcp_wantoptions[0].neg_eap,
733 lcp_options *wo = &lcp_wantoptions[uni
[all...]
H A Dcbcp.c108 lcp_wantoptions[0].neg_cbcp = 1;
H A Dtty.c334 lcp_wantoptions[0].asyncmap |= 0x000A0000; /* escape ^S and ^Q */
335 lcp_wantoptions[0].neg_asyncmap = 1;
H A Dmultilink.c79 lcp_options *wo = &lcp_wantoptions[0];
H A Dsys-solaris.c913 if ((!lcp_wantoptions[0].neg_accompression) &&
914 (!lcp_wantoptions[0].neg_pcompression) &&
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppoecd/
H A Doptions.c150 lcp_wantoptions[0].neg_mru = 1;
151 lcp_wantoptions[0].mru = atoi(optarg);
H A Dpppoe.c239 lcp_wantoptions[0].neg_accompression = 0;
242 lcp_wantoptions[0].neg_asyncmap = 0;
245 lcp_wantoptions[0].neg_pcompression = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/plugins/pppoe/
H A Dpppoe.c323 lcp_wantoptions[0].neg_accompression = 0;
326 lcp_wantoptions[0].neg_asyncmap = 0;
329 lcp_wantoptions[0].neg_pcompression = 0;

Completed in 111 milliseconds