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

/freebsd-10.0-release/sys/net/
H A Dif_sppp.h155 #define CONF_ENABLE_VJ 0x01 /* VJ header compression enabled */ macro
H A Dif_spppsubr.c1060 sp->confflags |= CONF_ENABLE_VJ;
2912 if (sp->confflags & CONF_ENABLE_VJ) {
2974 if (!(sp->confflags & CONF_ENABLE_VJ)) {
5112 spr->defs.enable_vj = (sp->confflags & CONF_ENABLE_VJ) != 0;
5206 sp->confflags |= CONF_ENABLE_VJ;
5208 sp->confflags &= ~CONF_ENABLE_VJ;

Completed in 125 milliseconds