Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/
DStructInetDiagMsg.java44 public class StructInetDiagMsg { class
67 public static StructInetDiagMsg parse(@NonNull ByteBuffer byteBuffer) { in parse()
71 StructInetDiagMsg struct = new StructInetDiagMsg(); in parse()
DInetDiagMessage.java159 public StructInetDiagMsg inetDiagMsg;
165 inetDiagMsg = new StructInetDiagMsg(); in InetDiagMessage()
175 msg.inetDiagMsg = StructInetDiagMsg.parse(byteBuffer); in parse()
DNetlinkConstants.java48 StructNlMsgHdr.STRUCT_SIZE + StructInetDiagMsg.STRUCT_SIZE;
/packages/modules/NetworkStack/src/com/android/networkstack/netlink/
DTcpSocketTracker.java76 import com.android.net.module.util.netlink.StructInetDiagMsg;
374 final StructInetDiagMsg inetDiagMsg = StructInetDiagMsg.parse(bytes); in parseMessage()