Searched refs:PPP_COMPFRAG (Results 1 – 5 of 5) sorted by relevance
94 #define PPP_COMPFRAG 0xfb /* fragment compressed below bundle */ macro
359 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()
658 if (rptr == NULL || ent == PPP_COMP || ent == PPP_COMPFRAG) in bsd_compress()940 if (rptr == NULL || ent == PPP_COMP || ent == PPP_COMPFRAG) in bsd_incomp()
1425 if ((proto == PPP_COMP) || (proto == PPP_COMPFRAG)) { in spppcomp_inpkt()
113 { PPP_COMPFRAG, "Single Link Compressed Data", NULL, NULL, NULL },