Searched refs:DEFLATE_OVHD (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dppp_deflate.c58 #define DEFLATE_OVHD 2 /* Deflate overhead/packet */ macro
240 wptr += DEFLATE_OVHD;
241 olen = PPP_HDRLEN + DEFLATE_OVHD;
446 if (isize <= PPP_HDRLEN + DEFLATE_OVHD) {
476 state->strm.next_in = ibuf + PPP_HDRLEN + DEFLATE_OVHD;
477 state->strm.avail_in = isize - (PPP_HDRLEN + DEFLATE_OVHD);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dppp_deflate.c58 #define DEFLATE_OVHD 2 /* Deflate overhead/packet */ macro
240 wptr += DEFLATE_OVHD;
241 olen = PPP_HDRLEN + DEFLATE_OVHD;
446 if (isize <= PPP_HDRLEN + DEFLATE_OVHD) {
476 state->strm.next_in = ibuf + PPP_HDRLEN + DEFLATE_OVHD;
477 state->strm.avail_in = isize - (PPP_HDRLEN + DEFLATE_OVHD);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/pppdump/
H A Ddeflate.c66 #define DEFLATE_OVHD 2 /* Deflate overhead/packet */ macro
267 rlen = state->strm.avail_in + PPP_HDRLEN + DEFLATE_OVHD;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/pppdump/
H A Ddeflate.c66 #define DEFLATE_OVHD 2 /* Deflate overhead/packet */ macro
267 rlen = state->strm.avail_in + PPP_HDRLEN + DEFLATE_OVHD;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/pppdump/
H A Ddeflate.c66 #define DEFLATE_OVHD 2 /* Deflate overhead/packet */ macro
267 rlen = state->strm.avail_in + PPP_HDRLEN + DEFLATE_OVHD;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/modules/
H A Ddeflate.c81 #define DEFLATE_OVHD 2 /* Deflate overhead/packet */ macro
575 u_char hdr[PPP_HDRLEN + DEFLATE_OVHD];
579 for (i = 0; i < PPP_HDRLEN + DEFLATE_OVHD; ++i) {
629 rlen = state->strm.avail_in + PPP_HDRLEN + DEFLATE_OVHD;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/modules/
H A Ddeflate.c81 #define DEFLATE_OVHD 2 /* Deflate overhead/packet */ macro
575 u_char hdr[PPP_HDRLEN + DEFLATE_OVHD];
579 for (i = 0; i < PPP_HDRLEN + DEFLATE_OVHD; ++i) {
629 rlen = state->strm.avail_in + PPP_HDRLEN + DEFLATE_OVHD;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/modules/
H A Ddeflate.c81 #define DEFLATE_OVHD 2 /* Deflate overhead/packet */ macro
575 u_char hdr[PPP_HDRLEN + DEFLATE_OVHD];
579 for (i = 0; i < PPP_HDRLEN + DEFLATE_OVHD; ++i) {
629 rlen = state->strm.avail_in + PPP_HDRLEN + DEFLATE_OVHD;

Completed in 140 milliseconds