Searched refs:GetSockInfo (Results 1 – 2 of 2) sorted by relevance
/kernel/tests/net/test/ |
D | sock_diag_test.py | 210 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 …]
|
D | sock_diag.py | 402 def GetSockInfo(self, req): member in SockDiag
|