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

/freebsd-10.0-release/sys/netgraph/
H A Dng_mppc.c616 u_int numLost; local
634 numLost = ((cc - d->cc) & MPPC_CCOUNT_MASK);
648 numLost : (numLost / (MPPE_UPDATE_MASK + 1));
652 __func__, numLost, node);
674 numLost = 0; /* act like no packets were lost */
678 if (numLost != 0)

Completed in 76 milliseconds