Searched refs:shortseq (Results 1 – 5 of 5) sorted by relevance
63 uint8_t shortseq[3]; member71 #define d_seqno_short d_seqno.shortseq;
99 unsigned shortseq : 2; /* I want short Sequence Numbers */ member
280 mp->cfg.shortseq = NEG_ENABLED|NEG_ACCEPTED; in mp_Init()890 command_ShowNegval(mp->cfg.shortseq)); in mp_ShowStatus()
308 lcp->want_shortseq = IsEnabled(lcp->fsm.bundle->ncp.mp.cfg.shortseq) ? 1 : 0; in lcp_Setup()1178 if (lcp->want_mrru && IsAccepted(mp->cfg.shortseq)) { in LcpDecodeConfig()
2964 arg->bundle->ncp.mp.cfg.shortseq &= keep; in NegotiateSet()2965 arg->bundle->ncp.mp.cfg.shortseq |= add; in NegotiateSet()