Searched refs:isResponseMsg (Results 1 – 5 of 5) sorted by relevance
81 public final boolean isResponseMsg; field in IkeHeader117 isResponseMsg = isResp; in IkeHeader()152 isResponseMsg = ((flagsByte & 0x20) != 0); in IkeHeader()169 isResponseMsg, in makeSkfHeaderFromSkHeader()225 if (isResponseMsg) { in encodeToByteBuffer()240 String reqOrResp = isResponseMsg ? "response" : "request"; in getBasicInfoString()
333 return !ikeHeader.isResponseMsg in isDpdRequest()559 header.nextPayloadType, header.isResponseMsg, unencryptedPayloads); in decode()686 decodePayloadList(firstPayloadType, header.isResponseMsg, decryptedBytes); in decode()
1390 assertFalse(ikeHeader.isResponseMsg); in disableTestCreateIkeLocalIkeInit()1601 assertFalse(ikeHeader.isResponseMsg); in testCreateAdditionalChild()1757 assertEquals(isResp, ikeHeader.isResponseMsg); in verifyOutInfoMsgHeaderAndGetPayloads()2086 assertFalse(ikeHeader.isResponseMsg); in verifyAuthReqAndGetMsg()2387 && msg.ikeHeader.isResponseMsg == expectedResp in verifyEmptyInformationalSent()2760 assertFalse(ikeHeader.isResponseMsg); in testCreateIkeLocalIkeAuthInEapHandlesOutboundResponse()3048 assertFalse(ikeHeader.isResponseMsg); in testRekeyIkeLocalCreateSendsRequest()3324 assertFalse(ikeHeader.isResponseMsg); in testRekeyIkeLocalDeleteSendsRequest()3499 assertTrue(rekeyCreateRespHeader.isResponseMsg); in testRekeyIkeRemoteCreate()3584 assertTrue(rekeyDeleteRespHeader.isResponseMsg); in testRekeyIkeRemoteDelete()[all …]
1296 if (ikeHeader.isResponseMsg) { in getIkeExchangeSubType()1384 if (msg.ikeHeader.isResponseMsg) { in sendEncryptedIkeMessage()1619 String msgDirection = ikeHeader.isResponseMsg ? "response" : "request"; in handleReceivedIkePacket()1641 if (ikeHeader.isResponseMsg) { in handleReceivedIkePacket()2693 if (ikeHeader.isResponseMsg) { in handleReceivedIkePacket()4213 ikeHeader.isResponseMsg in processStateMessage()4221 ikeSaRecord.getCollectedFragments(ikeHeader.isResponseMsg)); in processStateMessage()4237 if (ikeHeader.isResponseMsg in processStateMessage()
90 assertFalse(header.isResponseMsg); in testDecodeIkeHeader()