Searched refs:parsedLength (Results 1 – 2 of 2) sorted by relevance
94 int parsedLength = StructXfrmUsersaInfo.STRUCT_SIZE; in parseInternal() local95 while (parsedLength < payloadLen) { in parseInternal()110 parsedLength += attr.nla_len; in parseInternal()
1116 int parsedLength = BASIC_TRANSFORM_LEN; in decodeAttributes() local1117 while (parsedLength < length) { in decodeAttributes()1119 parsedLength += pair.second; // Increase parsedLength by the Atrribute length in decodeAttributes()