Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netgraph/
H A Dng_ppp.h158 u_char enableVJCompression; /* enable VJ compression */ member
H A Dng_ppp.c977 priv->conf.enableVJCompression && in ng_ppp_hcomp_xmit()
998 if (!priv->conf.enableVJCompression) { in ng_ppp_rcvdata_vjc_comp()
1014 if (!priv->conf.enableVJCompression) { in ng_ppp_rcvdata_vjc_uncomp()
1030 if (!priv->conf.enableVJCompression) { in ng_ppp_rcvdata_vjc_vjip()
2555 priv->conf.enableVJCompression == 0) in ng_ppp_update()