Searched refs:respMsg (Results 1 – 1 of 1) sorted by relevance
2849 private void validateIkeInitResp(IkeMessage reqMsg, IkeMessage respMsg) in validateIkeInitResp() argument2851 IkeHeader respIkeHeader = respMsg.ikeHeader; in validateIkeInitResp()2873 for (IkePayload payload : respMsg.ikePayloadList) { in validateIkeInitResp()2966 handleNatDetection(respMsg, natSourcePayloads, natDestPayload); in validateIkeInitResp()2971 IkeMessage respMsg, in handleNatDetection() argument2980 long initIkeSpi = respMsg.ikeHeader.ikeInitiatorSpi; in handleNatDetection()2981 long respIkeSpi = respMsg.ikeHeader.ikeResponderSpi; in handleNatDetection()3837 void validateIkeRekeyResp(IkeMessage reqMsg, IkeMessage respMsg) in validateIkeRekeyResp() argument3839 int exchangeType = respMsg.ikeHeader.exchangeType; in validateIkeRekeyResp()3848 respMsg.getPayloadListForType( in validateIkeRekeyResp()[all …]