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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dppp_mppe.c129 #define MPPE_OVHD 2 /* MPPE overhead/packet */ macro
364 * MPPE_OVHD + 2 bytes larger than the input.
383 if (osize < isize + MPPE_OVHD + 2) {
387 osize, osize + MPPE_OVHD + 2);
391 osize = isize + MPPE_OVHD + 2;
398 obuf[2] = PPP_COMP >> 8; /* isize + MPPE_OVHD + 1 */
399 obuf[3] = PPP_COMP; /* isize + MPPE_OVHD + 2 */
422 obuf += MPPE_OVHD;
445 * Since every frame grows by MPPE_OVHD + 2 bytes, this is always going
486 if (isize <= PPP_HDRLEN + MPPE_OVHD) {
[all...]

Completed in 106 milliseconds