Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_ppp.h148 u_char xmitShortSeq; /* xmit multilink short seq # */ member
H A Dng_ppp.c1992 const int hdr_len = priv->conf.xmitShortSeq ? 2 : 4; in ng_ppp_mp_xmit()
2084 if (priv->conf.xmitShortSeq) { in ng_ppp_mp_xmit()
2126 if (priv->conf.xmitShortSeq) { in ng_ppp_mp_xmit()
2495 + (priv->conf.xmitShortSeq ? 2 : 4); in ng_ppp_update()
2593 || !priv->conf.xmitShortSeq != !newConf->bund.xmitShortSeq in ng_ppp_config_valid()
/f-stack/tools/compat/include/netgraph/
H A Dng_ppp.h148 u_char xmitShortSeq; /* xmit multilink short seq # */ member