Home
last modified time | relevance | path

Searched refs:xmitShortSeq (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/netgraph/
Dng_ppp.h148 u_char xmitShortSeq; /* xmit multilink short seq # */ member
Dng_ppp.c1993 const int hdr_len = priv->conf.xmitShortSeq ? 2 : 4; in ng_ppp_mp_xmit()
2085 if (priv->conf.xmitShortSeq) { in ng_ppp_mp_xmit()
2127 if (priv->conf.xmitShortSeq) { in ng_ppp_mp_xmit()
2496 + (priv->conf.xmitShortSeq ? 2 : 4); in ng_ppp_update()
2594 || !priv->conf.xmitShortSeq != !newConf->bund.xmitShortSeq in ng_ppp_config_valid()