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

  /kernel/tests/net/test/
sock_diag_test.py 145 self.sock_diag.GetSockInfo(diag_req)
181 info = self.sock_diag.GetSockInfo(req)
497 diag_msg, attrs = self.sock_diag.GetSockInfo(diag_req)
504 diag_msg, attrs = self.sock_diag.GetSockInfo(diag_req)
513 diag_msg, attrs = self.sock_diag.GetSockInfo(diag_req)
563 diag_msg, attrs = self.sock_diag.GetSockInfo(child)
567 self.assertRaisesErrno(ENOENT, self.sock_diag.GetSockInfo, child)
573 self.assertRaisesErrno(ENOENT, self.sock_diag.GetSockInfo, parent)
577 self.assertRaisesErrno(ENOENT, self.sock_diag.GetSockInfo, child)
583 self.sock_diag.GetSockInfo(child
    [all...]
sock_diag.py 403 def GetSockInfo(self, req):

Completed in 199 milliseconds