Searched refs:StructInetDiagMsg (Results 1 – 4 of 4) sorted by relevance
41 public class StructInetDiagMsg { class47 public static StructInetDiagMsg parse(ByteBuffer byteBuffer) { in parse()48 StructInetDiagMsg struct = new StructInetDiagMsg(); in parse()
102 public StructInetDiagMsg mStructInetDiagMsg;106 mStructInetDiagMsg = new StructInetDiagMsg(); in InetDiagMessage()111 msg.mStructInetDiagMsg = StructInetDiagMsg.parse(byteBuffer); in parse()
48 StructNlMsgHdr.STRUCT_SIZE + StructInetDiagMsg.STRUCT_SIZE;
47 import android.net.netlink.StructInetDiagMsg;244 + StructInetDiagMsg.STRUCT_SIZE - IDIAG_COOKIE_OFFSET in pollSocketsInfo()