Home
last modified time | relevance | path

Searched refs:PPP_COMP (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/linux/
Dppp_defs.h76 #define PPP_COMP 0xfd /* compressed packet */ macro
/linux-2.4.37.9/drivers/net/
Dppp_deflate.c204 wptr[2] = PPP_COMP >> 8;
205 wptr[3] = PPP_COMP;
Dbsd_comp.c652 *wptr++ = PPP_COMP; in bsd_compress()
Dppp_generic.c1542 if (proto == PPP_COMP) { in ppp_decompress_frame()
/linux-2.4.37.9/drivers/isdn/
Disdn_ppp.c1071 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()