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

/freebsd-11-stable/sys/net/
H A Dif_sppp.h155 #define CONF_ENABLE_VJ 0x01 /* VJ header compression enabled */ macro
H A Dif_spppsubr.c1037 sp->confflags |= CONF_ENABLE_VJ;
2887 if (sp->confflags & CONF_ENABLE_VJ) {
2949 if (!(sp->confflags & CONF_ENABLE_VJ)) {
5088 spr->defs.enable_vj = (sp->confflags & CONF_ENABLE_VJ) != 0;
5182 sp->confflags |= CONF_ENABLE_VJ;
5184 sp->confflags &= ~CONF_ENABLE_VJ;

Completed in 61 milliseconds