Searched refs:StructInetDiagSockId (Results 1 – 4 of 4) sorted by relevance
41 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()
42 public static final int STRUCT_SIZE = 4 + StructInetDiagSockId.STRUCT_SIZE + 20;44 StructInetDiagSockId.STRUCT_SIZE + 12;
43 public class StructInetDiagSockId { class53 public StructInetDiagSockId(InetSocketAddress loc, InetSocketAddress rem) { in StructInetDiagSockId() method in StructInetDiagSockId
51515 Landroid/net/netlink/StructInetDiagSockId;