Home
last modified time | relevance | path

Searched refs:currentPayloadType (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeMessage.java155 int currentPayloadType = firstPayloadType; in decodePayloadList() local
167 while (currentPayloadType != IkePayload.PAYLOAD_TYPE_NO_NEXT) { in decodePayloadList()
169 IkePayloadFactory.getIkePayload(currentPayloadType, isResp, inputBuffer); in decodePayloadList()
187 currentPayloadType = pair.second; in decodePayloadList()