Home
last modified time | relevance | path

Searched refs:PPP_CONTROL (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dppp_defs.h23 #define PPP_CONTROL(p) (((__u8 *)(p))[1]) macro
/linux-4.4.14/drivers/net/ppp/
Dppp_deflate.c213 wptr[1] = PPP_CONTROL(rptr); in z_compress()
444 obuf[1] = PPP_CONTROL(ibuf); in z_decompress()
Dppp_mppe.c397 obuf[1] = PPP_CONTROL(ibuf); in mppe_compress()
598 obuf[1] = PPP_CONTROL(ibuf); /* +1 */ in mppe_decompress()
Dbsd_comp.c642 *wptr++ = PPP_CONTROL(rptr); in bsd_compress()
863 ctrl = PPP_CONTROL (ibuf); in bsd_decompress()