Home
last modified time | relevance | path

Searched refs:PPP_VJC_UNCOMP (Results 1 – 3 of 3) sorted by path

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ppp.c104 { PPP_VJC_UNCOMP, "VJ Uncompressed TCP", NULL, NULL, NULL },
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.c523 mp->b_rptr[3] = proto = PPP_VJC_UNCOMP; in spppcomp_outpkt()
1477 if ((proto == PPP_VJC_COMP) || (proto == PPP_VJC_UNCOMP)) { in spppcomp_inpkt()
/illumos-gate/usr/src/uts/common/net/
H A Dppp_defs.h80 #define PPP_VJC_UNCOMP 0x2f /* VJ uncompressed TCP */ macro