Searched refs:getAlignedLength (Results 1 – 4 of 4) sorted by relevance
93 if (struct == null || byteBuffer.remaining() < struct.getAlignedLength()) { in parse()105 byteBuffer.position(baseOffset + struct.getAlignedLength()); in parse()129 if (byteBuffer.remaining() < nlAttr.getAlignedLength()) { in findNextAttrOfType()132 byteBuffer.position(byteBuffer.position() + nlAttr.getAlignedLength()); in findNextAttrOfType()234 for (StructNlAttr nla : nested) payloadLength += nla.getAlignedLength(); in StructNlAttr()246 public int getAlignedLength() { in getAlignedLength() method in StructNlAttr410 byteBuffer.position(originalPosition + getAlignedLength()); in pack()
204 final int payloadLength = ctaTupleOrig.getAlignedLength() + ctaTimeout.getAlignedLength(); in newIPv4TimeoutUpdateRequest()
400 + afSpec.getAlignedLength(); in setAddrGenModeToNone()
451 tcpInfo = TcpInfo.parse(nlattr.getValueAsByteBuffer(), nlattr.getAlignedLength()); in parseSockInfo()