Home
last modified time | relevance | path

Searched refs:StructInetDiagReqV2 (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/
DStructInetDiagReqV2.java39 public class StructInetDiagReqV2 { class
50 public StructInetDiagReqV2(int protocol, @Nullable StructInetDiagSockId id, int family, int pad, in StructInetDiagReqV2() method in StructInetDiagReqV2
DInetDiagMessage.java87 0 /* idiagExt */, StructInetDiagReqV2.INET_DIAG_REQ_V2_ALL_STATES); in inetDiagReqV2()
143 final byte[] bytes = new byte[StructNlMsgHdr.STRUCT_SIZE + StructInetDiagReqV2.STRUCT_SIZE]; in inetDiagReqV2()
152 final StructInetDiagReqV2 inetDiagReqV2 = in inetDiagReqV2()
153 new StructInetDiagReqV2(protocol, id, family, pad, idiagExt, state); in inetDiagReqV2()