Home
last modified time | relevance | path

Searched refs:SC_COMP_TCP (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/net/
H A Dif_ppp.h60 #define SC_COMP_TCP 0x00000004 /* TCP (VJ) compression (output) */ macro
H A Dif_ppp.c903 if ((sc->sc_flags & SC_COMP_TCP) && sc->sc_comp != NULL) { in ppp_dequeue()
/openbsd/usr.sbin/pppd/
H A Dsys-bsd.c876 x = vjcomp ? x | SC_COMP_TCP: x &~ SC_COMP_TCP; in sifvjcomp()