Home
last modified time | relevance | path

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

/netbsd/src/sys/net/
Dif_ppp.h54 #define SC_COMP_PROT 0x00000001 /* protocol compression (output) */ macro
Dif_ppp.c1249 if (sc->sc_flags & SC_COMP_PROT && protocol < 0xFF) { in ppp_dequeue()
/netbsd/src/external/bsd/ppp/usr.sbin/pppd/
Dsys-bsd.c1235 x = pcomp? x | SC_COMP_PROT: x &~ SC_COMP_PROT; in tty_send_config()