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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Dcommon.c50 UINT16_t tagType, tagLen; local
73 tagLen = (((UINT16_t) curTag[2]) << 8) +
78 if ((curTag - packet->payload) + tagLen + TAG_HDR_SIZE > len) {
79 syslog(LOG_ERR, "Invalid PPPoE tag length (%u)", tagLen);
82 func(tagType, tagLen, curTag+TAG_HDR_SIZE, extra);
83 curTag = curTag + TAG_HDR_SIZE + tagLen;
105 UINT16_t tagType, tagLen; local
128 tagLen = (((UINT16_t) curTag[2]) << 8) +
133 if ((curTag - packet->payload) + tagLen + TAG_HDR_SIZE > len) {
134 syslog(LOG_ERR, "Invalid PPPoE tag length (%u)", tagLen);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECTag.cpp453 ec_taglen_t tagLen = GetTagLen(); local
458 if (!socket.WriteNumber(&tagLen, sizeof(ec_taglen_t))) return false;

Completed in 120 milliseconds