Lines Matching refs:lcp

266   Concatinate(arg->cx->physical->link.lcp.cfg.ident,  in IdentCommand()
267 sizeof arg->cx->physical->link.lcp.cfg.ident, in IdentCommand()
279 return lcp_SendIdentification(&arg->cx->physical->link.lcp) ? 0 : 1; in SendIdentification()
948 if (!arg->cx->physical->link.lcp.fsm.StoppedTimer.load) in ShowStopped()
952 arg->cx->physical->link.lcp.fsm.StoppedTimer.load / SECTICKS); in ShowStopped()
1262 if (arg->cx->physical->link.lcp.fsm.state > ST_CLOSED) { in TerminalCommand()
1264 State2Nam(arg->cx->physical->link.lcp.fsm.state)); in TerminalCommand()
1296 if (cx->physical->link.lcp.fsm.state == ST_OPENED) in OpenCommand()
1297 fsm_Reopen(&cx->physical->link.lcp.fsm); in OpenCommand()
1306 if (fp->link->lcp.fsm.state != ST_OPENED) in OpenCommand()
1425 l->lcp.fsm.StoppedTimer.load = 0; in SetStoppedTimeout()
1429 l->lcp.fsm.StoppedTimer.load = atoi(arg->argv[arg->argn]) * SECTICKS; in SetStoppedTimeout()
1835 cx->physical->link.lcp.cfg.accmap = (u_int32_t)ulong_val; in SetVariable()
1896 change = &l->lcp.cfg.mru; in SetVariable()
1897 if (long_val > l->lcp.cfg.max_mru) { in SetVariable()
1899 l->lcp.cfg.max_mru); in SetVariable()
1910 change = &l->lcp.cfg.max_mru; in SetVariable()
1937 if (l->lcp.cfg.mru > *change) in SetVariable()
1938 l->lcp.cfg.mru = *change; in SetVariable()
1953 change = &l->lcp.cfg.mtu; in SetVariable()
1954 if (long_val > l->lcp.cfg.max_mtu) { in SetVariable()
1956 l->lcp.cfg.max_mtu); in SetVariable()
1967 change = &l->lcp.cfg.max_mtu; in SetVariable()
1993 if (l->lcp.cfg.mtu > *change) in SetVariable()
1994 l->lcp.cfg.mtu = *change; in SetVariable()
1999 cx->physical->link.lcp.cfg.openmode = arg->argc > arg->argn+1 ? in SetVariable()
2002 cx->physical->link.lcp.cfg.openmode = OPEN_PASSIVE; in SetVariable()
2078 l->lcp.cfg.lqrperiod = long_val; in SetVariable()
2083 &cx->physical->link.lcp.cfg.fsm.timeout, in SetVariable()
2084 &cx->physical->link.lcp.cfg.fsm.maxreq, in SetVariable()
2085 &cx->physical->link.lcp.cfg.fsm.maxtrm, DEF_FSMTRIES); in SetVariable()
2873 cx->physical->link.lcp.cfg.acfcomp &= keep; in NegotiateSet()
2874 cx->physical->link.lcp.cfg.acfcomp |= add; in NegotiateSet()
2877 cx->physical->link.lcp.cfg.chap05 &= keep; in NegotiateSet()
2878 cx->physical->link.lcp.cfg.chap05 |= add; in NegotiateSet()
2882 cx->physical->link.lcp.cfg.chap80nt &= keep; in NegotiateSet()
2883 cx->physical->link.lcp.cfg.chap80nt |= add; in NegotiateSet()
2886 cx->physical->link.lcp.cfg.chap80lm &= keep; in NegotiateSet()
2887 cx->physical->link.lcp.cfg.chap80lm |= add; in NegotiateSet()
2890 cx->physical->link.lcp.cfg.chap81 &= keep; in NegotiateSet()
2891 cx->physical->link.lcp.cfg.chap81 |= add; in NegotiateSet()
2907 if (cx->physical->link.lcp.cfg.echo && !add) { in NegotiateSet()
2908 cx->physical->link.lcp.cfg.echo = 0; in NegotiateSet()
2911 !cx->physical->link.lcp.want_lqrperiod && in NegotiateSet()
2916 } else if (!cx->physical->link.lcp.cfg.echo && add) { in NegotiateSet()
2917 cx->physical->link.lcp.cfg.echo = 1; in NegotiateSet()
2920 cx->physical->link.lcp.cfg.lqrperiod * SECTICKS; in NegotiateSet()
2921 if (cx->physical->link.lcp.fsm.state == ST_OPENED) in NegotiateSet()
2922 (*cx->physical->hdlc.lqm.timer.func)(&cx->physical->link.lcp); in NegotiateSet()
2930 cx->physical->link.lcp.cfg.lqr &= keep; in NegotiateSet()
2931 cx->physical->link.lcp.cfg.lqr |= add; in NegotiateSet()
2934 cx->physical->link.lcp.cfg.pap &= keep; in NegotiateSet()
2935 cx->physical->link.lcp.cfg.pap |= add; in NegotiateSet()
2946 cx->physical->link.lcp.cfg.protocomp &= keep; in NegotiateSet()
2947 cx->physical->link.lcp.cfg.protocomp |= add; in NegotiateSet()