Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Ddccp.h61 uint8_t shortseq[3]; member
69 #define d_seqno_short d_seqno.shortseq;
/freebsd/usr.sbin/ppp/
H A Dmp.h97 unsigned shortseq : 2; /* I want short Sequence Numbers */ member
H A Dmp.c278 mp->cfg.shortseq = NEG_ENABLED|NEG_ACCEPTED; in mp_Init()
888 command_ShowNegval(mp->cfg.shortseq)); in mp_ShowStatus()
H A Dlcp.c306 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()
H A Dcommand.c2962 arg->bundle->ncp.mp.cfg.shortseq &= keep; in NegotiateSet()
2963 arg->bundle->ncp.mp.cfg.shortseq |= add; in NegotiateSet()