Home
last modified time | relevance | path

Searched refs:bind_port (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_timeout.py152 test_support.bind_port(self.sock, self.localhost)
170 test_support.bind_port(self.sock, self.localhost)
Dtest_nntplib.py40 self.port = test_support.bind_port(self.sock)
Dtest_smtplib.py51 self.port = test_support.bind_port(self.sock)
277 self.port = test_support.bind_port(self.sock)
307 self.port = test_support.bind_port(self.sock)
Dtest_telnetlib.py49 self.port = test_support.bind_port(self.sock)
108 self.port = test_support.bind_port(self.sock)
397 self.port = test_support.bind_port(self.sock)
Dtest_asynchat.py29 self.port = test_support.bind_port(self.sock)
Dtest_poplib.py292 self.port = test_support.bind_port(self.sock)
Dtest_support.py487 port = bind_port(tempsock)
492 def bind_port(sock, host=HOST): function
Dtest_httplib.py717 self.port = test_support.bind_port(self.serv)
769 TimeoutTest.PORT = test_support.bind_port(self.serv)
Dtest_ssl.py1814 self.port = support.bind_port(self.sock)
1919 self.port = support.bind_port(sock, '')
2255 port = support.bind_port(s, HOST)
2686 port = support.bind_port(server)
2740 port = support.bind_port(server)
Dtest_asyncore.py358 port = test_support.bind_port(sock)
Dtest_socket.py54 self.port = test_support.bind_port(self.serv)
65 self.port = test_support.bind_port(self.serv)
Dtest_ftplib.py766 self.port = test_support.bind_port(self.sock)
/external/libevent/
Dhttp-internal.h73 u_short bind_port; /* local port for binding the src */ member
Dhttp.c1191 evcon->bind_port = port; in evhttp_connection_set_local_port()
2195 evcon->bind_address, evcon->bind_port, 0 /*reuse*/); in evhttp_connection_connect()
/external/syslinux/gpxe/src/net/
Dtcp.c219 unsigned int bind_port; in tcp_open() local
237 bind_port = ( st_local ? st_local->st_port : 0 ); in tcp_open()
238 if ( ( rc = tcp_bind ( tcp, bind_port ) ) != 0 ) in tcp_open()
/external/python/cpython2/Misc/
DNEWS2313 - Fix test.test_support.bind_port() to not cause an error when Python was
7073 - Issue #7728: test_timeout was changed to use ``test_support.bind_port()``
10128 test_support.bind_port() has been fixed such that it will always
10132 new implementation of bind_port() will actually raise an exception
10135 available, bind_port() will set the SO_EXCLUSIVEADDRUSE option on
10142 port parameter to bind_port() has been removed. Under no
10146 pass a temporary socket object to bind_port() in order to obtain an