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

/freebsd-11-stable/sys/netgraph/
H A Dng_ppp.h184 struct ng_ppp_bund_conf bund; member in struct:ng_ppp_node_conf
190 { "bund", (bctype) }, \
H A Dng_ppp.c605 priv->conf = conf->bund;
620 conf->bund = priv->conf;
2591 != !newConf->bund.enableMultilink
2592 || !priv->conf.xmitShortSeq != !newConf->bund.xmitShortSeq
2593 || !priv->conf.recvShortSeq != !newConf->bund.recvShortSeq)
2598 if (!newConf->bund.enableMultilink && newNumLinksActive > 1)

Completed in 127 milliseconds