Searched refs:shortseq (Results 1 – 5 of 5) sorted by relevance
61 uint8_t shortseq[3]; member69 #define d_seqno_short d_seqno.shortseq;
97 unsigned shortseq : 2; /* I want short Sequence Numbers */ member
278 mp->cfg.shortseq = NEG_ENABLED|NEG_ACCEPTED; in mp_Init()888 command_ShowNegval(mp->cfg.shortseq)); in mp_ShowStatus()
306 lcp->want_shortseq = IsEnabled(lcp->fsm.bundle->ncp.mp.cfg.shortseq) ? 1 : 0; in lcp_Setup()1176 if (lcp->want_mrru && IsAccepted(mp->cfg.shortseq)) { in LcpDecodeConfig()
2962 arg->bundle->ncp.mp.cfg.shortseq &= keep; in NegotiateSet()2963 arg->bundle->ncp.mp.cfg.shortseq |= add; in NegotiateSet()