HomeSort by relevance Sort by last modified time
    Searched refs:InetDiagMsg (Results 1 - 2 of 2) sorted by null

  /kernel/tests/net/test/
sock_diag.py 85 InetDiagMsg = cstruct.Struct(
86 "InetDiagMsg", "=BBBBSLLLLL",
305 out = self._Dump(SOCK_DIAG_BY_FAMILY, diag_req, InetDiagMsg, bytecode)
325 """Fetches the source address from an InetDiagMsg."""
331 """Fetches the source address from an InetDiagMsg."""
336 """Fetches the source address from an InetDiagMsg."""
400 """Gets an InetDiagMsg from the kernel for the specified socket."""
406 return self._GetMsg(InetDiagMsg)
sock_diag_test.py 302 self.sock_diag._Dump(code, req, sock_diag.InetDiagMsg, "")
    [all...]

Completed in 249 milliseconds