Searched refs:PPP_COMP (Results 1 – 6 of 6) sorted by relevance
39 #define PPP_COMP 0x00fd /* Compressed Datagram */ macro
81 { PPP_COMP, "Compressed"},1513 case PPP_COMP: in handle_ppp()
89 #define PPP_COMP 0x00fd /* compressed packet */ macro
269 wptr[2] = PPP_COMP >> 8; in z_compress()270 wptr[3] = PPP_COMP; in z_compress()
540 *wptr++ = PPP_COMP; in bsd_compress()
1483 if (proto == PPP_COMP && in ppp_inproc()