Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Ddeflate.c359 if (rptr == NULL || *rptr == PPP_COMP || *rptr == PPP_COMPFRAG) in z_compress()
405 wptr[2] = PPP_COMP >> 8; in z_compress()
406 wptr[3] = PPP_COMP; in z_compress()
564 if (rptr == NULL || *rptr == PPP_COMP || *rptr == PPP_COMPFRAG) in z_incomp()
H A Dbsd-comp.c656 if (rptr == NULL || ent == PPP_COMP || ent == PPP_COMPFRAG) in bsd_compress()
708 *wptr++ = PPP_COMP>>8; /* change the protocol */ in bsd_compress()
709 *wptr++ = PPP_COMP; in bsd_compress()
938 if (rptr == NULL || ent == PPP_COMP || ent == PPP_COMPFRAG) in bsd_incomp()
H A Dspppcomp.c1430 if ((proto == PPP_COMP) || (proto == PPP_COMPFRAG)) { in spppcomp_inpkt()
/illumos-gate/usr/src/uts/common/net/
H A Dppp_defs.h93 #define PPP_COMP 0xfd /* compressed packet */ macro
/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.c99 { PPP_COMP, "Compressed Data", NULL, NULL, NULL },