Searched defs:attributeList (Results 1 – 5 of 5) sorted by relevance
126 List<ConfigAttribute> attributeList = new LinkedList<>(); in testBuildWithNetmaskAttr() local151 List<ConfigAttribute> attributeList = new LinkedList<>(); in testBuildWithoutNetmaskAttr() local175 List<ConfigAttribute> attributeList = new LinkedList<>(); in testBuildWithConfigReq() local191 List<ConfigAttribute> attributeList = new LinkedList<>(); in testBuildWithDnsAttr() local215 List<ConfigAttribute> attributeList = new LinkedList<>(); in testBuildWithSubnetAttr() local238 List<ConfigAttribute> attributeList = new LinkedList<>(); in testBuildWithDhcpAttr() local
96 List<ConfigAttribute> attributeList = new LinkedList<>(); in testBuildWithConfigPayload() local
996 protected Transform(int type, int id, List<Attribute> attributeList) { in Transform()1023 List<Attribute> attributeList = sAttributeDecoder.decodeAttributes(length, inputBuffer); in readFrom() local1072 private static void validateAttributeUniqueness(List<Attribute> attributeList) in validateAttributeUniqueness()1084 protected abstract boolean hasUnrecognizedAttribute(List<Attribute> attributeList); in hasUnrecognizedAttribute()1166 protected EncryptionTransform(int id, List<Attribute> attributeList) in EncryptionTransform()1212 protected boolean hasUnrecognizedAttribute(List<Attribute> attributeList) { in hasUnrecognizedAttribute()1221 private KeyLengthAttribute getKeyLengthAttribute(List<Attribute> attributeList) { in getKeyLengthAttribute()1334 protected PrfTransform(int id, List<Attribute> attributeList) in PrfTransform()1358 protected boolean hasUnrecognizedAttribute(List<Attribute> attributeList) { in hasUnrecognizedAttribute()1415 protected IntegrityTransform(int id, List<Attribute> attributeList) in IntegrityTransform()[all …]
125 public IkeConfigPayload(boolean isReply, List<ConfigAttribute> attributeList) { in IkeConfigPayload()
308 List<Attribute> attributeList = new LinkedList<>(); in testDecodeEncryptionTransformWithInvalidKeyLength() local549 List<Attribute> attributeList = new LinkedList<>(); in testDecodeTransformWithRepeatedAttribute() local582 List<Attribute> attributeList = new LinkedList<>(); in testDecodeTransformWithUnrecogniedAttributeType() local