Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/common/netlinkclient/src/android/net/netlink/
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()
DStructInetDiagMsg.java42 public static final int STRUCT_SIZE = 4 + StructInetDiagSockId.STRUCT_SIZE + 20;
44 StructInetDiagSockId.STRUCT_SIZE + 12;
DStructInetDiagSockId.java43 public class StructInetDiagSockId { class
53 public StructInetDiagSockId(InetSocketAddress loc, InetSocketAddress rem) { in StructInetDiagSockId() method in StructInetDiagSockId