• Home
  • Raw
  • Download

Lines Matching refs:lcp

263   Concatinate(arg->cx->physical->link.lcp.cfg.ident,  in IdentCommand()
264 sizeof arg->cx->physical->link.lcp.cfg.ident, in IdentCommand()
276 return lcp_SendIdentification(&arg->cx->physical->link.lcp) ? 0 : 1; in SendIdentification()
937 if (!arg->cx->physical->link.lcp.fsm.StoppedTimer.load) in ShowStopped()
941 arg->cx->physical->link.lcp.fsm.StoppedTimer.load / SECTICKS); in ShowStopped()
1251 if (arg->cx->physical->link.lcp.fsm.state > ST_CLOSED) { in TerminalCommand()
1253 State2Nam(arg->cx->physical->link.lcp.fsm.state)); in TerminalCommand()
1285 if (cx->physical->link.lcp.fsm.state == ST_OPENED) in OpenCommand()
1286 fsm_Reopen(&cx->physical->link.lcp.fsm); in OpenCommand()
1295 if (fp->link->lcp.fsm.state != ST_OPENED) in OpenCommand()
1414 l->lcp.fsm.StoppedTimer.load = 0; in SetStoppedTimeout()
1418 l->lcp.fsm.StoppedTimer.load = atoi(arg->argv[arg->argn]) * SECTICKS; in SetStoppedTimeout()
1824 cx->physical->link.lcp.cfg.accmap = (u_int32_t)ulong_val; in SetVariable()
1885 change = &l->lcp.cfg.mru; in SetVariable()
1886 if (long_val > l->lcp.cfg.max_mru) { in SetVariable()
1888 l->lcp.cfg.max_mru); in SetVariable()
1899 change = &l->lcp.cfg.max_mru; in SetVariable()
1926 if (l->lcp.cfg.mru > *change) in SetVariable()
1927 l->lcp.cfg.mru = *change; in SetVariable()
1942 change = &l->lcp.cfg.mtu; in SetVariable()
1943 if (long_val > l->lcp.cfg.max_mtu) { in SetVariable()
1945 l->lcp.cfg.max_mtu); in SetVariable()
1956 change = &l->lcp.cfg.max_mtu; in SetVariable()
1982 if (l->lcp.cfg.mtu > *change) in SetVariable()
1983 l->lcp.cfg.mtu = *change; in SetVariable()
1988 cx->physical->link.lcp.cfg.openmode = arg->argc > arg->argn+1 ? in SetVariable()
1991 cx->physical->link.lcp.cfg.openmode = OPEN_PASSIVE; in SetVariable()
2067 l->lcp.cfg.lqrperiod = long_val; in SetVariable()
2072 &cx->physical->link.lcp.cfg.fsm.timeout, in SetVariable()
2073 &cx->physical->link.lcp.cfg.fsm.maxreq, in SetVariable()
2074 &cx->physical->link.lcp.cfg.fsm.maxtrm, DEF_FSMTRIES); in SetVariable()
2857 cx->physical->link.lcp.cfg.acfcomp &= keep; in NegotiateSet()
2858 cx->physical->link.lcp.cfg.acfcomp |= add; in NegotiateSet()
2861 cx->physical->link.lcp.cfg.chap05 &= keep; in NegotiateSet()
2862 cx->physical->link.lcp.cfg.chap05 |= add; in NegotiateSet()
2866 cx->physical->link.lcp.cfg.chap80nt &= keep; in NegotiateSet()
2867 cx->physical->link.lcp.cfg.chap80nt |= add; in NegotiateSet()
2870 cx->physical->link.lcp.cfg.chap80lm &= keep; in NegotiateSet()
2871 cx->physical->link.lcp.cfg.chap80lm |= add; in NegotiateSet()
2874 cx->physical->link.lcp.cfg.chap81 &= keep; in NegotiateSet()
2875 cx->physical->link.lcp.cfg.chap81 |= add; in NegotiateSet()
2891 if (cx->physical->link.lcp.cfg.echo && !add) { in NegotiateSet()
2892 cx->physical->link.lcp.cfg.echo = 0; in NegotiateSet()
2895 !cx->physical->link.lcp.want_lqrperiod && in NegotiateSet()
2900 } else if (!cx->physical->link.lcp.cfg.echo && add) { in NegotiateSet()
2901 cx->physical->link.lcp.cfg.echo = 1; in NegotiateSet()
2904 cx->physical->link.lcp.cfg.lqrperiod * SECTICKS; in NegotiateSet()
2905 if (cx->physical->link.lcp.fsm.state == ST_OPENED) in NegotiateSet()
2906 (*cx->physical->hdlc.lqm.timer.func)(&cx->physical->link.lcp); in NegotiateSet()
2914 cx->physical->link.lcp.cfg.lqr &= keep; in NegotiateSet()
2915 cx->physical->link.lcp.cfg.lqr |= add; in NegotiateSet()
2918 cx->physical->link.lcp.cfg.pap &= keep; in NegotiateSet()
2919 cx->physical->link.lcp.cfg.pap |= add; in NegotiateSet()
2930 cx->physical->link.lcp.cfg.protocomp &= keep; in NegotiateSet()
2931 cx->physical->link.lcp.cfg.protocomp |= add; in NegotiateSet()