Searched refs:shortseq (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/usr.sbin/ppp/
H A Dmp.h97 unsigned shortseq : 2; /* I want short Sequence Numbers */ member in struct:mp::__anon12082
H A Dmp.c278 mp->cfg.shortseq = NEG_ENABLED|NEG_ACCEPTED;
888 command_ShowNegval(mp->cfg.shortseq));
H A Dlcp.c306 lcp->want_shortseq = IsEnabled(lcp->fsm.bundle->ncp.mp.cfg.shortseq) ? 1 : 0;
1176 if (lcp->want_mrru && IsAccepted(mp->cfg.shortseq)) {
H A Dcommand.c2947 log_Printf(LogWARN, "shortseq: Only changeable before"
2953 log_Printf(LogWARN, "shortseq: Only changeable at phase"
2957 arg->bundle->ncp.mp.cfg.shortseq &= keep;
2958 arg->bundle->ncp.mp.cfg.shortseq |= add;
3060 {"shortseq", NULL, NegotiateSet, LOCAL_AUTH,

Completed in 65 milliseconds