Searched refs:currentPayloadType (Results 1 – 1 of 1) sorted by relevance
155 int currentPayloadType = firstPayloadType; in decodePayloadList() local167 while (currentPayloadType != IkePayload.PAYLOAD_TYPE_NO_NEXT) { in decodePayloadList()169 IkePayloadFactory.getIkePayload(currentPayloadType, isResp, inputBuffer); in decodePayloadList()187 currentPayloadType = pair.second; in decodePayloadList()