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()
390 return !ikeHeader.isResponseMsg in isDpdRequest()414 if (ikeHeader.isResponseMsg) { in getIkeExchangeSubType()702 header.nextPayloadType, header.isResponseMsg, unencryptedPayloads); in decode()829 decodePayloadList(firstPayloadType, header.isResponseMsg, decryptedBytes); in decode()
91 assertFalse(header.isResponseMsg); in testDecodeIkeHeader()
1949 assertFalse(ikeHeader.isResponseMsg); in triggerAndVerifyIkeInitReq()2326 assertFalse(ikeHeader.isResponseMsg); in testCreateAdditionalChild()2482 assertEquals(isResp, ikeHeader.isResponseMsg); in verifyOutInfoMsgHeaderAndGetPayloads()2875 assertFalse(ikeHeader.isResponseMsg); in verifyAuthReqAndGetMsg()3242 && msg.ikeHeader.isResponseMsg == expectedResp in verifyEmptyInformationalSent()3718 assertFalse(ikeHeader.isResponseMsg); in testCreateIkeLocalIkeAuthInEapHandlesOutboundResponse()4011 assertFalse(ikeHeader.isResponseMsg); in testRekeyIkeLocalCreateSendsRequest()4309 assertFalse(ikeHeader.isResponseMsg); in testRekeyIkeLocalDeleteSendsRequest()4674 assertTrue(rekeyDeleteRespHeader.isResponseMsg); in testRekeyIkeRemoteDelete()4886 assertEquals(isResp, generated.ikeHeader.isResponseMsg); in testBuildEncryptedInformationalMessage()[all …]
1710 if (msg.ikeHeader.isResponseMsg) { in sendEncryptedIkeMessage()2011 String msgDirection = ikeHeader.isResponseMsg ? "response" : "request"; in handleReceivedIkePacket()2033 if (ikeHeader.isResponseMsg) { in handleReceivedIkePacket()3283 if (ikeHeader.isResponseMsg) { in handleReceivedIkePacket()5266 ikeHeader.isResponseMsg in processStateMessage()5274 ikeSaRecord.getCollectedFragments(ikeHeader.isResponseMsg)); in processStateMessage()5290 if (ikeHeader.isResponseMsg in processStateMessage()