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

/freebsd-11-stable/sys/netgraph/
H A Dng_ppp.h148 u_char xmitShortSeq; /* xmit multilink short seq # */ member in struct:ng_ppp_bund_conf
167 { "xmitShortSeq", &ng_parse_uint8_type }, \
H A Dng_ppp.c1991 const int hdr_len = priv->conf.xmitShortSeq ? 2 : 4;
2083 if (priv->conf.xmitShortSeq) {
2125 if (priv->conf.xmitShortSeq) {
2494 + (priv->conf.xmitShortSeq ? 2 : 4);
2592 || !priv->conf.xmitShortSeq != !newConf->bund.xmitShortSeq

Completed in 828 milliseconds