Searched defs:socketpair (Results 1 – 5 of 5) sorted by relevance
191 def assertSocketsClosed(self, socketpair): argument195 def assertSocketsNotClosed(self, socketpair): argument
61 def assertSocketsClosed(self, socketpair): argument
89 int socketpair[2]; in TEST() local
802 #define socketpair ___xxx_socketpair macro
299 void socketpair(int *clientSocket, int *serverSocket, int *acceptedSocket) { in socketpair() function