Searched refs:configAttributes (Results 1 – 4 of 4) sorted by relevance
91 ConfigAttribute[] configAttributes = childParams.getConfigurationAttributesInternal(); in verifyAttrTypes() local95 for (int i = 0; i < configAttributes.length; i++) { in verifyAttrTypes()96 int attType = configAttributes[i].attributeType; in verifyAttrTypes()
552 ConfigAttribute[] configAttributes = ikeParams.getConfigurationAttributesInternal(); in verifyAttrTypes() local556 for (int i = 0; i < configAttributes.length; i++) { in verifyAttrTypes()557 int attType = configAttributes[i].attributeType; in verifyAttrTypes()
1025 final ConfigAttribute[] configAttributes = in enterState() local1027 if (configAttributes.length > 0) { in enterState()1030 false /*isReply*/, Arrays.asList(configAttributes))); in enterState()
3890 final List<ConfigAttribute> configAttributes = new ArrayList<>(); in buildIkeAuthReq() local3891 configAttributes.addAll( in buildIkeAuthReq()3894 configAttributes.addAll( in buildIkeAuthReq()3897 configAttributes.add(new IkeConfigPayload.ConfigAttributeAppVersion()); in buildIkeAuthReq()3898 payloadList.add(new IkeConfigPayload(false /*isReply*/, configAttributes)); in buildIkeAuthReq()