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

/freebsd-10.0-release/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.c1977 const int hdr_len = priv->conf.xmitShortSeq ? 2 : 4;
2069 if (priv->conf.xmitShortSeq) {
2111 if (priv->conf.xmitShortSeq) {
2481 + (priv->conf.xmitShortSeq ? 2 : 4);
2565 || !priv->conf.xmitShortSeq != !newConf->bund.xmitShortSeq

Completed in 115 milliseconds