Home
last modified time | relevance | path

Searched refs:PPP_COMPFRAG (Results 1 – 5 of 5) sorted by last modified time

/illumos-gate/usr/src/uts/common/net/
H A Dppp_defs.h92 #define PPP_COMPFRAG 0xfb /* fragment compressed below bundle */ macro
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c656 if (rptr == NULL || ent == PPP_COMP || ent == PPP_COMPFRAG) in bsd_compress()
938 if (rptr == NULL || ent == PPP_COMP || ent == PPP_COMPFRAG) in bsd_incomp()
H A Ddeflate.c359 if (rptr == NULL || *rptr == PPP_COMP || *rptr == PPP_COMPFRAG) in z_compress()
564 if (rptr == NULL || *rptr == PPP_COMP || *rptr == PPP_COMPFRAG) in z_incomp()
H A Dspppcomp.c1430 if ((proto == PPP_COMP) || (proto == PPP_COMPFRAG)) { in spppcomp_inpkt()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ppp.c111 { PPP_COMPFRAG, "Single Link Compressed Data", NULL, NULL, NULL },