Home
last modified time | relevance | path

Searched refs:getAlignedLength (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NetworkStack/common/netlinkclient/src/android/net/netlink/
DStructNlAttr.java73 if (struct == null || byteBuffer.remaining() < struct.getAlignedLength()) { in parse()
85 byteBuffer.position(baseOffset + struct.getAlignedLength()); in parse()
109 if (byteBuffer.remaining() < nlAttr.getAlignedLength()) { in findNextAttrOfType()
112 byteBuffer.position(byteBuffer.position() + nlAttr.getAlignedLength()); in findNextAttrOfType()
173 for (StructNlAttr nla : nested) payloadLength += nla.getAlignedLength(); in StructNlAttr()
182 public int getAlignedLength() { in getAlignedLength() method in StructNlAttr
268 byteBuffer.position(originalPosition + getAlignedLength()); in pack()
DConntrackMessage.java201 final int payloadLength = ctaTupleOrig.getAlignedLength() + ctaTimeout.getAlignedLength(); in newIPv4TimeoutUpdateRequest()