Home
last modified time | relevance | path

Searched defs:STRUCT_SIZE (Results 1 – 14 of 14) sorted by relevance

/aosp12/packages/modules/NetworkStack/common/netlinkclient/src/android/net/netlink/
H A DStructInetDiagMsg.java42 public static final int STRUCT_SIZE = 4 + StructInetDiagSockId.STRUCT_SIZE + 20; field in StructInetDiagMsg
H A DStructInetDiagSockId.java44 public static final int STRUCT_SIZE = 48; field in StructInetDiagSockId
H A DStructNlMsgErr.java30 public static final int STRUCT_SIZE = Integer.BYTES + StructNlMsgHdr.STRUCT_SIZE; field in StructNlMsgErr
H A DNdOption.java25 public static final int STRUCT_SIZE = 2; field in NdOption
H A DStructNdaCacheInfo.java34 public static final int STRUCT_SIZE = 16; field in StructNdaCacheInfo
H A DNduseroptMessage.java34 public static final int STRUCT_SIZE = 16; field in NduseroptMessage
H A DStructNfGenMsg.java35 public static final int STRUCT_SIZE = 2 + Short.BYTES; field in StructNfGenMsg
H A DStructInetDiagReqV2.java41 public static final int STRUCT_SIZE = 8 + StructInetDiagSockId.STRUCT_SIZE; field in StructInetDiagReqV2
H A DStructNdOptPref64.java47 public static final int STRUCT_SIZE = 16; field in StructNdOptPref64
H A DStructNlMsgHdr.java34 public static final int STRUCT_SIZE = 16; field in StructNlMsgHdr
H A DStructNdMsg.java32 public static final int STRUCT_SIZE = 12; field in StructNdMsg
H A DConntrackMessage.java50 public static final int STRUCT_SIZE = StructNlMsgHdr.STRUCT_SIZE + StructNfGenMsg.STRUCT_SIZE; field in ConntrackMessage
/aosp12/system/netd/libnetdbpf/include/netdbpf/
H A Dbpf_shared.h30 #define STRUCT_SIZE(name, size) _Static_assert(sizeof(name) == (size), "Incorrect struct size.") macro
/aosp12/packages/modules/Connectivity/Tethering/bpf_progs/
H A Dbpf_tethering.h73 #define STRUCT_SIZE(name, size) _Static_assert(sizeof(name) == (size), "Incorrect struct size.") macro