Home
last modified time | relevance | path

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

/openbsd/src/sys/net/
Dif_ppp.h58 #define SC_COMP_PROT 0x00000001 /* protocol compression (output) */ macro
Dif_ppp.c988 if (sc->sc_flags & SC_COMP_PROT && protocol < 0xFF) { in ppp_dequeue()
/openbsd/src/usr.sbin/pppd/
Dsys-bsd.c727 x = pcomp? x | SC_COMP_PROT: x &~ SC_COMP_PROT; in ppp_send_config()