Searched refs:MPPE_CCOUNT_SPACE (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.c127 #define MPPE_CCOUNT_SPACE 0x1000 /* The size of the ccount space */ macro
323 state->ccount = MPPE_CCOUNT_SPACE - 1;
402 state->ccount = (state->ccount + 1) % MPPE_CCOUNT_SPACE;
554 state->ccount = (state->ccount + 1) % MPPE_CCOUNT_SPACE;
560 state->ccount = (state->ccount + 1) % MPPE_CCOUNT_SPACE;
582 256) % MPPE_CCOUNT_SPACE;

Completed in 35 milliseconds