Searched refs:PPP_COMP (Results 1 – 5 of 5) sorted by relevance
47 #define PPP_COMP 0xfd /* compressed packet */ macro
309 put_unaligned_be16(PPP_COMP, obuf + 2); in mppe_compress()
210 put_unaligned_be16(PPP_COMP, wptr + 2); in z_compress()
643 *wptr++ = PPP_COMP; in bsd_compress()
2576 if (proto == PPP_COMP) { in ppp_decompress_frame()