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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/pppoecd/
H A Dpppoe.c771 int bExitLoop = 0, nSearchLen = 0, bTagFound = 0; local
778 while (!bExitLoop && (nSearchLen < nLen)) {
789 nSearchLen += (int)((TAG_STRUCT_SIZE + (int)(htons(pTag->length))));
H A Dpppoe2.c619 int bExitLoop = 0, nSearchLen = 0, bTagFound = 0; local
626 while (!bExitLoop && (nSearchLen < nLen)) {
637 nSearchLen += (int)((TAG_STRUCT_SIZE + (int)(htons(pTag->length))));

Completed in 102 milliseconds