HomeSort by relevance Sort by last modified time
    Searched refs:lcp_wantoptions (Results 1 - 8 of 8) sorted by null

  /external/ppp/pppd/plugins/pppoatm/
pppoatm.c 90 lcp_wantoptions[0].neg_accompression = 0;
92 lcp_wantoptions[0].neg_asyncmap = 0;
94 lcp_wantoptions[0].neg_pcompression = 0;
151 qos.rxtp.max_sdu = lcp_wantoptions[0].mru + pppoatm_overhead();
160 pppoatm_max_mru = lcp_wantoptions[0].mru;
  /external/ppp/pppd/
lcp.h 100 extern lcp_options lcp_wantoptions[];
lcp.c 92 { "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[0].neg_magicnumber
191 lcp_options lcp_wantoptions[NUM_PPP]; \/* Options that we want to request *\/ variable
    [all...]
auth.c 287 { "require-pap", o_bool, &lcp_wantoptions[0].neg_upap,
290 { "+pap", o_bool, &lcp_wantoptions[0].neg_upap,
296 &lcp_wantoptions[0].chap_mdtype },
300 &lcp_wantoptions[0].chap_mdtype },
305 &lcp_wantoptions[0].chap_mdtype },
309 &lcp_wantoptions[0].chap_mdtype },
313 &lcp_wantoptions[0].chap_mdtype },
317 &lcp_wantoptions[0].chap_mdtype },
351 { "require-eap", o_bool, &lcp_wantoptions[0].neg_eap,
706 lcp_options *wo = &lcp_wantoptions[unit]
    [all...]
cbcp.c 108 lcp_wantoptions[0].neg_cbcp = 1;
tty.c 334 lcp_wantoptions[0].asyncmap |= 0x000A0000; /* escape ^S and ^Q */
335 lcp_wantoptions[0].neg_asyncmap = 1;
    [all...]
sys-solaris.c 913 if ((!lcp_wantoptions[0].neg_accompression) &&
914 (!lcp_wantoptions[0].neg_pcompression) &&
    [all...]
  /external/ppp/pppd/plugins/rp-pppoe/
plugin.c 326 lcp_wantoptions[0].neg_accompression = 0;
329 lcp_wantoptions[0].neg_asyncmap = 0;
332 lcp_wantoptions[0].neg_pcompression = 0;

Completed in 186 milliseconds