Searched refs:PPP_COMP (Results 1 – 5 of 5) sorted by relevance
76 #define PPP_COMP 0xfd /* compressed packet */ macro
204 wptr[2] = PPP_COMP >> 8;205 wptr[3] = PPP_COMP;
652 *wptr++ = PPP_COMP; in bsd_compress()
1542 if (proto == PPP_COMP) { in ppp_decompress_frame()
1071 case PPP_COMP: in isdn_ppp_push_higher()2147 isdn_ppp_fill_rq(NULL, 0, PPP_COMP, is->lp->ppp_slot); in isdn_ppp_ccp_kickup()2522 if((master && *proto == PPP_COMP) || (!master && *proto == PPP_COMPFRAG) ) { in isdn_ppp_decompress()2597 new_proto = PPP_COMP; in isdn_ppp_compress()