Searched defs:InetDiagMsg (Results 1 - 1 of 1) sorted by relevance

/system/extras/tests/net_test/
H A Dsock_diag.py74 InetDiagMsg = cstruct.Struct( variable
75 "InetDiagMsg", "=BBBBSLLLLL",
225 out = self._Dump(SOCK_DIAG_BY_FAMILY, diag_req, InetDiagMsg, bytecode)
248 """Fetches the source address from an InetDiagMsg."""
254 """Fetches the source address from an InetDiagMsg."""
259 """Fetches the source address from an InetDiagMsg."""
307 """Gets an InetDiagMsg from the kernel for the specified socket."""
312 """Gets an InetDiagMsg from the kernel for the specified request."""
314 return self._GetMsg(InetDiagMsg)[0]

Completed in 63 milliseconds