Searched refs:PPP_COMP (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/net/
H A Dppp_defs.h95 #define PPP_COMP 0xfd /* compressed packet */ macro
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c658 if (rptr == NULL || ent == PPP_COMP || ent == PPP_COMPFRAG)
710 *wptr++ = PPP_COMP>>8; /* change the protocol */
711 *wptr++ = PPP_COMP;
940 if (rptr == NULL || ent == PPP_COMP || ent == PPP_COMPFRAG)
H A Ddeflate.c359 if (rptr == NULL || *rptr == PPP_COMP || *rptr == PPP_COMPFRAG)
405 wptr[2] = PPP_COMP >> 8;
406 wptr[3] = PPP_COMP;
564 if (rptr == NULL || *rptr == PPP_COMP || *rptr == PPP_COMPFRAG)
H A Dspppcomp.c1425 if ((proto == PPP_COMP) || (proto == PPP_COMPFRAG)) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dpppdump.c324 } else if (proto == PPP_COMP) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ppp.c101 { PPP_COMP, "Compressed Data", NULL, NULL, NULL },

Completed in 59 milliseconds