Searched refs:listen (Results 1 - 25 of 41) sorted by relevance

12

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
H A DTcpStream.h24 virtual int listen(unsigned short port);
H A DSocketStream.h29 virtual int listen(unsigned short port) = 0;
H A DTcpStream.cpp54 if (listen(s, 4) < 0) {
82 int TcpStream::listen(unsigned short port) function in class:TcpStream
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
H A Dunixserver.py14 s.listen(1)
H A Dechosvr.py22 s.listen(1)
H A Drpythond.py23 s.listen(1)
H A Dftp.py83 r.listen(1)
H A Dthroughput.py48 s.listen(1)
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
H A Dlisten.c2 Implement the listen API.
16 /** Establish the known port to listen for network connections.
18 The listen routine places the port into a state that enables connection
24 <a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/listen.html">POSIX</a>
37 listen ( function
/device/generic/goldfish/libqemu/
H A Dtest_host_1.c81 if (TFR(listen(sock, 4)) < 0) {
117 if (TFR(listen(sock, 4)) < 0) {
H A Dtest_host_2.c79 if (TFR(listen(sock, 4)) < 0) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobRx/
H A DOobRx.c84 RetVal = listen ( s, 2 );
87 printf ( "ERROR - listen error, errno: %d\r\n", RetVal );
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
H A Dserver.py26 self._socket.listen(1)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_httplib.py361 self.serv.listen(5)
393 self.serv.listen(5)
H A Dtest_poplib.py116 self.listen(5)
293 serv.listen(5)
H A Dtest_asyncore.py67 serv.listen(5)
478 self.listen(5)
540 self.listen(5)
679 s1.listen(5)
H A Dtest_ftplib.py109 sock.listen(5)
128 sock.listen(5)
216 self.listen(5)
686 serv.listen(5)
H A Dtest_timeout.py153 self.sock.listen(5)
H A Dtest_asynchat.py31 self.sock.listen(1)
H A Dtest_epoll.py45 self.serverSocket.listen(1)
H A Dtest_kqueue.py87 serverSocket.listen(1)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dasyncore.py331 def listen(self, num): member in class:dispatcher
335 return self.socket.listen(num)
H A DSocketServer.py428 self.socket.listen(self.request_queue_size)
484 # No need to call listen() for UDP.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A DSocketServer.py443 self.socket.listen(self.request_queue_size)
499 # No need to call listen() for UDP.
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
H A DWebServer.c256 // Determine if this is the listen port
380 // Leave the listen port open
386 // Close the listen port by returning error status
620 SocketStatus = listen ( *pPort, SOMAXCONN );

Completed in 249 milliseconds

12