Lines Matching refs:ccp

951   if (!arg->cx->physical->link.ccp.fsm.StoppedTimer.load)  in ShowStopped()
955 arg->cx->physical->link.ccp.fsm.StoppedTimer.load / SECTICKS); in ShowStopped()
1301 fp = &command_ChooseLink(arg)->ccp.fsm; in OpenCommand()
1343 fp = &command_ChooseLink(arg)->ccp.fsm; in CloseCommand()
1374 struct fsm *fp = arg->cx ? &arg->cx->physical->link.ccp.fsm : in DownCommand()
1375 &arg->bundle->ncp.mp.link.ccp.fsm; in DownCommand()
1422 l->ccp.fsm.StoppedTimer.load = 0; in SetStoppedTimeout()
1427 l->ccp.fsm.StoppedTimer.load = atoi(arg->argv[arg->argn+1]) * SECTICKS; in SetStoppedTimeout()
1754 l->ccp.cfg.deflate.out.winsize = atoi(arg->argv[arg->argn]); in SetVariable()
1755 if (l->ccp.cfg.deflate.out.winsize < 8 || in SetVariable()
1756 l->ccp.cfg.deflate.out.winsize > 15) { in SetVariable()
1758 l->ccp.cfg.deflate.out.winsize); in SetVariable()
1759 l->ccp.cfg.deflate.out.winsize = 15; in SetVariable()
1762 l->ccp.cfg.deflate.in.winsize = atoi(arg->argv[arg->argn+1]); in SetVariable()
1763 if (l->ccp.cfg.deflate.in.winsize < 8 || in SetVariable()
1764 l->ccp.cfg.deflate.in.winsize > 15) { in SetVariable()
1766 l->ccp.cfg.deflate.in.winsize); in SetVariable()
1767 l->ccp.cfg.deflate.in.winsize = 15; in SetVariable()
1770 l->ccp.cfg.deflate.in.winsize = 0; in SetVariable()
1785 l->ccp.cfg.mppe.keybits = 0; in SetVariable()
1786 l->ccp.cfg.mppe.state = MPPE_ANYSTATE; in SetVariable()
1787 l->ccp.cfg.mppe.required = 0; in SetVariable()
1804 l->ccp.cfg.mppe.state = MPPE_ANYSTATE; in SetVariable()
1806 l->ccp.cfg.mppe.state = MPPE_STATELESS; in SetVariable()
1808 l->ccp.cfg.mppe.state = MPPE_STATEFUL; in SetVariable()
1816 l->ccp.cfg.mppe.state = MPPE_ANYSTATE; in SetVariable()
1817 l->ccp.cfg.mppe.keybits = long_val; in SetVariable()
1818 l->ccp.cfg.mppe.required = 1; in SetVariable()
2098 &l->ccp.cfg.fsm.timeout, &l->ccp.cfg.fsm.maxreq, in SetVariable()
2099 &l->ccp.cfg.fsm.maxtrm, DEF_FSMTRIES); in SetVariable()
2885 l->ccp.cfg.neg[CCP_NEG_MPPE] &= keep; in NegotiateSet()
2886 l->ccp.cfg.neg[CCP_NEG_MPPE] |= add; in NegotiateSet()
2890 l->ccp.cfg.neg[CCP_NEG_DEFLATE] &= keep; in NegotiateSet()
2891 l->ccp.cfg.neg[CCP_NEG_DEFLATE] |= add; in NegotiateSet()
2929 l->ccp.cfg.neg[CCP_NEG_DEFLATE24] &= keep; in NegotiateSet()
2930 l->ccp.cfg.neg[CCP_NEG_DEFLATE24] |= add; in NegotiateSet()
2933 l->ccp.cfg.neg[CCP_NEG_PRED1] &= keep; in NegotiateSet()
2934 l->ccp.cfg.neg[CCP_NEG_PRED1] |= add; in NegotiateSet()