Searched refs:PPP_VJC_COMP (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/net/
H A Dppp_defs.h81 #define PPP_VJC_COMP 0x2d /* VJ compressed TCP */ macro
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.c576 *dp++ = proto = PPP_VJC_COMP; /* protocol */
1472 if ((proto == PPP_VJC_COMP) || (proto == PPP_VJC_UNCOMP)) {
1496 hlen = (proto == PPP_VJC_COMP) ? MAX_VJHDR : MAX_TCPIPHLEN;
1516 if (proto == PPP_VJC_COMP) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ppp.c105 { PPP_VJC_COMP, "VJ Compressed TCP", NULL, NULL, NULL },
1455 case PPP_VJC_COMP: {

Completed in 65 milliseconds