Lines Matching refs:ccp
944 if (!arg->cx->physical->link.ccp.fsm.StoppedTimer.load) in ShowStopped()
948 arg->cx->physical->link.ccp.fsm.StoppedTimer.load / SECTICKS); in ShowStopped()
1294 fp = &command_ChooseLink(arg)->ccp.fsm; in OpenCommand()
1336 fp = &command_ChooseLink(arg)->ccp.fsm; in CloseCommand()
1367 struct fsm *fp = arg->cx ? &arg->cx->physical->link.ccp.fsm : in DownCommand()
1368 &arg->bundle->ncp.mp.link.ccp.fsm; in DownCommand()
1415 l->ccp.fsm.StoppedTimer.load = 0; in SetStoppedTimeout()
1420 l->ccp.fsm.StoppedTimer.load = atoi(arg->argv[arg->argn+1]) * SECTICKS; in SetStoppedTimeout()
1747 l->ccp.cfg.deflate.out.winsize = atoi(arg->argv[arg->argn]); in SetVariable()
1748 if (l->ccp.cfg.deflate.out.winsize < 8 || in SetVariable()
1749 l->ccp.cfg.deflate.out.winsize > 15) { in SetVariable()
1751 l->ccp.cfg.deflate.out.winsize); in SetVariable()
1752 l->ccp.cfg.deflate.out.winsize = 15; in SetVariable()
1755 l->ccp.cfg.deflate.in.winsize = atoi(arg->argv[arg->argn+1]); in SetVariable()
1756 if (l->ccp.cfg.deflate.in.winsize < 8 || in SetVariable()
1757 l->ccp.cfg.deflate.in.winsize > 15) { in SetVariable()
1759 l->ccp.cfg.deflate.in.winsize); in SetVariable()
1760 l->ccp.cfg.deflate.in.winsize = 15; in SetVariable()
1763 l->ccp.cfg.deflate.in.winsize = 0; in SetVariable()
1778 l->ccp.cfg.mppe.keybits = 0; in SetVariable()
1779 l->ccp.cfg.mppe.state = MPPE_ANYSTATE; in SetVariable()
1780 l->ccp.cfg.mppe.required = 0; in SetVariable()
1797 l->ccp.cfg.mppe.state = MPPE_ANYSTATE; in SetVariable()
1799 l->ccp.cfg.mppe.state = MPPE_STATELESS; in SetVariable()
1801 l->ccp.cfg.mppe.state = MPPE_STATEFUL; in SetVariable()
1809 l->ccp.cfg.mppe.state = MPPE_ANYSTATE; in SetVariable()
1810 l->ccp.cfg.mppe.keybits = long_val; in SetVariable()
1811 l->ccp.cfg.mppe.required = 1; in SetVariable()
2091 &l->ccp.cfg.fsm.timeout, &l->ccp.cfg.fsm.maxreq, in SetVariable()
2092 &l->ccp.cfg.fsm.maxtrm, DEF_FSMTRIES); in SetVariable()
2878 l->ccp.cfg.neg[CCP_NEG_MPPE] &= keep; in NegotiateSet()
2879 l->ccp.cfg.neg[CCP_NEG_MPPE] |= add; in NegotiateSet()
2883 l->ccp.cfg.neg[CCP_NEG_DEFLATE] &= keep; in NegotiateSet()
2884 l->ccp.cfg.neg[CCP_NEG_DEFLATE] |= add; in NegotiateSet()
2922 l->ccp.cfg.neg[CCP_NEG_DEFLATE24] &= keep; in NegotiateSet()
2923 l->ccp.cfg.neg[CCP_NEG_DEFLATE24] |= add; in NegotiateSet()
2926 l->ccp.cfg.neg[CCP_NEG_PRED1] &= keep; in NegotiateSet()
2927 l->ccp.cfg.neg[CCP_NEG_PRED1] |= add; in NegotiateSet()