Home
last modified time | relevance | path

Searched refs:shortseq (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/sys/netinet/
H A Ddccp.h63 uint8_t shortseq[3]; member
71 #define d_seqno_short d_seqno.shortseq;
/freebsd-13.1/usr.sbin/ppp/
H A Dmp.h99 unsigned shortseq : 2; /* I want short Sequence Numbers */ member
H A Dmp.c280 mp->cfg.shortseq = NEG_ENABLED|NEG_ACCEPTED; in mp_Init()
890 command_ShowNegval(mp->cfg.shortseq)); in mp_ShowStatus()
H A Dlcp.c308 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()
H A Dcommand.c2964 arg->bundle->ncp.mp.cfg.shortseq &= keep; in NegotiateSet()
2965 arg->bundle->ncp.mp.cfg.shortseq |= add; in NegotiateSet()