Home
last modified time | relevance | path

Searched refs:GetSockInfo (Results 1 – 2 of 2) sorted by relevance

/kernel/tests/net/test/
Dsock_diag_test.py210 self.sock_diag.GetSockInfo(diag_req)
251 info = self.sock_diag.GetSockInfo(req)
424 self.sock_diag.GetSockInfo(req)
430 self.assertSockInfoMatchesSocket(s, self.sock_diag.GetSockInfo(req))
652 diag_msg, attrs = self.sock_diag.GetSockInfo(diag_req)
659 diag_msg, attrs = self.sock_diag.GetSockInfo(diag_req)
668 diag_msg, attrs = self.sock_diag.GetSockInfo(diag_req)
718 diag_msg, attrs = self.sock_diag.GetSockInfo(child)
722 self.assertRaisesErrno(ENOENT, self.sock_diag.GetSockInfo, child)
728 self.assertRaisesErrno(ENOENT, self.sock_diag.GetSockInfo, parent)
[all …]
Dsock_diag.py402 def GetSockInfo(self, req): member in SockDiag