Searched defs:STRUCT_SIZE (Results 1 – 13 of 13) sorted by relevance
42 public static final int STRUCT_SIZE = 4 + StructInetDiagSockId.STRUCT_SIZE + 20; field in StructInetDiagMsg
44 public static final int STRUCT_SIZE = 48; field in StructInetDiagSockId
30 public static final int STRUCT_SIZE = Integer.BYTES + StructNlMsgHdr.STRUCT_SIZE; field in StructNlMsgErr
25 public static final int STRUCT_SIZE = 2; field in NdOption
34 public static final int STRUCT_SIZE = 16; field in StructNdaCacheInfo
34 public static final int STRUCT_SIZE = 16; field in NduseroptMessage
35 public static final int STRUCT_SIZE = 2 + Short.BYTES; field in StructNfGenMsg
41 public static final int STRUCT_SIZE = 8 + StructInetDiagSockId.STRUCT_SIZE; field in StructInetDiagReqV2
47 public static final int STRUCT_SIZE = 16; field in StructNdOptPref64
34 public static final int STRUCT_SIZE = 16; field in StructNlMsgHdr
32 public static final int STRUCT_SIZE = 12; field in StructNdMsg
50 public static final int STRUCT_SIZE = StructNlMsgHdr.STRUCT_SIZE + StructNfGenMsg.STRUCT_SIZE; field in ConntrackMessage
73 #define STRUCT_SIZE(name, size) _Static_assert(sizeof(name) == (size), "Incorrect struct size.") macro