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()
608 ConfigAttribute[] configAttributes = ikeParams.getConfigurationAttributesInternal(); in verifyAttrTypes() local612 for (int i = 0; i < configAttributes.length; i++) { in verifyAttrTypes()613 int attType = configAttributes[i].attributeType; in verifyAttrTypes()
1117 final ConfigAttribute[] configAttributes = in enterState() local1119 if (configAttributes.length > 0) { in enterState()1122 false /*isReply*/, Arrays.asList(configAttributes))); in enterState()
4290 final List<ConfigAttribute> configAttributes = new ArrayList<>(); in buildIkeAuthReq() local4291 configAttributes.addAll( in buildIkeAuthReq()4295 configAttributes.addAll( in buildIkeAuthReq()4298 configAttributes.add(new IkeConfigPayload.ConfigAttributeAppVersion()); in buildIkeAuthReq()4299 payloadList.add(new IkeConfigPayload(false /*isReply*/, configAttributes)); in buildIkeAuthReq()