HomeSort by relevance Sort by last modified time
    Searched refs:STRUCT_SIZE (Results 1 - 11 of 11) sorted by null

  /frameworks/base/services/net/java/android/net/netlink/
StructNlMsgErr.java 34 public static final int STRUCT_SIZE = SizeOf.INT + StructNlMsgHdr.STRUCT_SIZE;
37 return byteBuffer != null && byteBuffer.remaining() >= STRUCT_SIZE;
StructNfGenMsg.java 32 public static final int STRUCT_SIZE = 2 + SizeOf.SHORT;
ConntrackMessage.java 48 public static final int STRUCT_SIZE = StructNlMsgHdr.STRUCT_SIZE + StructNfGenMsg.STRUCT_SIZE;
89 final byte[] bytes = new byte[STRUCT_SIZE + payloadLength];
StructNdaCacheInfo.java 34 public static final int STRUCT_SIZE = 16;
37 return byteBuffer != null && byteBuffer.remaining() >= STRUCT_SIZE;
StructNlMsgHdr.java 32 public static final int STRUCT_SIZE = 16;
78 return byteBuffer != null && byteBuffer.remaining() >= STRUCT_SIZE;
94 if (struct.nlmsg_len < STRUCT_SIZE) {
RtNetlinkNeighborMessage.java 107 final int kMinConsumed = StructNlMsgHdr.STRUCT_SIZE + StructNdMsg.STRUCT_SIZE;
123 final int length = StructNlMsgHdr.STRUCT_SIZE + StructNdMsg.STRUCT_SIZE;
205 int spaceRequired = StructNlMsgHdr.STRUCT_SIZE + StructNdMsg.STRUCT_SIZE;
StructNdMsg.java 33 public static final int STRUCT_SIZE = 12;
103 return byteBuffer != null && byteBuffer.remaining() >= STRUCT_SIZE;
NetlinkMessage.java 53 payloadLength -= StructNlMsgHdr.STRUCT_SIZE;
  /frameworks/base/tests/net/java/android/net/netlink/
NetlinkSocketTest.java 76 assertTrue(StructNlMsgHdr.STRUCT_SIZE <= response.limit());
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 895 def STRUCT_SIZE(handle): return \
901 def STRUCT_SIZE(handle): return (sizeof (*(handle).ptr))
STROPTS.py 898 def STRUCT_SIZE(handle): return \
904 def STRUCT_SIZE(handle): return (sizeof (*(handle).ptr))
    [all...]

Completed in 291 milliseconds