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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/pppoecd/
H A Dpppoe.c183 int nPadLen; /* Tag length in type of integer */ member in struct:__anon1567
775 pTagStruc->nPadLen = 0;
781 pTagStruc->nPadLen = (int)(htons(pTag->length));
870 nCookieSize = sTag.nPadLen;
873 size += (int)(TAG_STRUCT_SIZE + sTag.nPadLen);
878 nRelaySessionIdSize = sTag.nPadLen;
881 size += (int)(TAG_STRUCT_SIZE + sTag.nPadLen);
952 nCookieSize = sTag.nPadLen;
955 size += (int)(TAG_STRUCT_SIZE + sTag.nPadLen);
H A Dpppoe2.c191 int nPadLen; /* Tag length in type of integer */ member in struct:__anon1575
623 pTagStruc->nPadLen = 0;
629 pTagStruc->nPadLen = (int)(htons(pTag->length));
718 nCookieSize = sTag.nPadLen;
721 size += (int)(TAG_STRUCT_SIZE + sTag.nPadLen);
726 nRelaySessionIdSize = sTag.nPadLen;
729 size += (int)(TAG_STRUCT_SIZE + sTag.nPadLen);
800 nCookieSize = sTag.nPadLen;
803 size += (int)(TAG_STRUCT_SIZE + sTag.nPadLen);

Completed in 125 milliseconds