Lines Matching refs:ccp
955 if (!arg->cx->physical->link.ccp.fsm.StoppedTimer.load) in ShowStopped()
959 arg->cx->physical->link.ccp.fsm.StoppedTimer.load / SECTICKS); in ShowStopped()
1305 fp = &command_ChooseLink(arg)->ccp.fsm; in OpenCommand()
1347 fp = &command_ChooseLink(arg)->ccp.fsm; in CloseCommand()
1378 struct fsm *fp = arg->cx ? &arg->cx->physical->link.ccp.fsm : in DownCommand()
1379 &arg->bundle->ncp.mp.link.ccp.fsm; in DownCommand()
1426 l->ccp.fsm.StoppedTimer.load = 0; in SetStoppedTimeout()
1431 l->ccp.fsm.StoppedTimer.load = atoi(arg->argv[arg->argn+1]) * SECTICKS; in SetStoppedTimeout()
1758 l->ccp.cfg.deflate.out.winsize = atoi(arg->argv[arg->argn]); in SetVariable()
1759 if (l->ccp.cfg.deflate.out.winsize < 8 || in SetVariable()
1760 l->ccp.cfg.deflate.out.winsize > 15) { in SetVariable()
1762 l->ccp.cfg.deflate.out.winsize); in SetVariable()
1763 l->ccp.cfg.deflate.out.winsize = 15; in SetVariable()
1766 l->ccp.cfg.deflate.in.winsize = atoi(arg->argv[arg->argn+1]); in SetVariable()
1767 if (l->ccp.cfg.deflate.in.winsize < 8 || in SetVariable()
1768 l->ccp.cfg.deflate.in.winsize > 15) { in SetVariable()
1770 l->ccp.cfg.deflate.in.winsize); in SetVariable()
1771 l->ccp.cfg.deflate.in.winsize = 15; in SetVariable()
1774 l->ccp.cfg.deflate.in.winsize = 0; in SetVariable()
1789 l->ccp.cfg.mppe.keybits = 0; in SetVariable()
1790 l->ccp.cfg.mppe.state = MPPE_ANYSTATE; in SetVariable()
1791 l->ccp.cfg.mppe.required = 0; in SetVariable()
1808 l->ccp.cfg.mppe.state = MPPE_ANYSTATE; in SetVariable()
1810 l->ccp.cfg.mppe.state = MPPE_STATELESS; in SetVariable()
1812 l->ccp.cfg.mppe.state = MPPE_STATEFUL; in SetVariable()
1820 l->ccp.cfg.mppe.state = MPPE_ANYSTATE; in SetVariable()
1821 l->ccp.cfg.mppe.keybits = long_val; in SetVariable()
1822 l->ccp.cfg.mppe.required = 1; in SetVariable()
2102 &l->ccp.cfg.fsm.timeout, &l->ccp.cfg.fsm.maxreq, in SetVariable()
2103 &l->ccp.cfg.fsm.maxtrm, DEF_FSMTRIES); in SetVariable()
2894 l->ccp.cfg.neg[CCP_NEG_MPPE] &= keep; in NegotiateSet()
2895 l->ccp.cfg.neg[CCP_NEG_MPPE] |= add; in NegotiateSet()
2899 l->ccp.cfg.neg[CCP_NEG_DEFLATE] &= keep; in NegotiateSet()
2900 l->ccp.cfg.neg[CCP_NEG_DEFLATE] |= add; in NegotiateSet()
2938 l->ccp.cfg.neg[CCP_NEG_DEFLATE24] &= keep; in NegotiateSet()
2939 l->ccp.cfg.neg[CCP_NEG_DEFLATE24] |= add; in NegotiateSet()
2942 l->ccp.cfg.neg[CCP_NEG_PRED1] &= keep; in NegotiateSet()
2943 l->ccp.cfg.neg[CCP_NEG_PRED1] |= add; in NegotiateSet()