Searched refs:PPP_COMP (Results 1 – 6 of 6) sorted by relevance
359 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()
658 if (rptr == NULL || ent == PPP_COMP || ent == PPP_COMPFRAG) in bsd_compress()710 *wptr++ = PPP_COMP>>8; /* change the protocol */ in bsd_compress()711 *wptr++ = PPP_COMP; 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()
95 #define PPP_COMP 0xfd /* compressed packet */ macro
324 } else if (proto == PPP_COMP) {
101 { PPP_COMP, "Compressed Data", NULL, NULL, NULL },