Home
last modified time | relevance | path

Searched refs:StructInetDiagSockId (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/NetworkStack/common/netlinkclient/src/android/net/netlink/
H A DStructInetDiagReqV2.java41 public static final int STRUCT_SIZE = 8 + StructInetDiagSockId.STRUCT_SIZE;
47 private final StructInetDiagSockId mId;
67 mId = ((local != null && remote != null) ? new StructInetDiagSockId(local, remote) : null); in StructInetDiagReqV2()
H A DStructInetDiagMsg.java42 public static final int STRUCT_SIZE = 4 + StructInetDiagSockId.STRUCT_SIZE + 20;
44 StructInetDiagSockId.STRUCT_SIZE + 12;
H A DStructInetDiagSockId.java43 public class StructInetDiagSockId { class
53 public StructInetDiagSockId(InetSocketAddress loc, InetSocketAddress rem) { in StructInetDiagSockId() method in StructInetDiagSockId
/aosp12/frameworks/base/services/
H A Dart-profile51515 Landroid/net/netlink/StructInetDiagSockId;