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