HomeSort by relevance Sort by last modified time
    Searched defs:bind_port (Results 1 - 9 of 9) sorted by null

  /external/libevent/
http-internal.h 65 ev_uint16_t bind_port; /* local port for binding the src */ member in struct:evhttp_connection
  /external/syslinux/gpxe/src/net/
tcp.c 219 unsigned int bind_port; local
237 bind_port = ( st_local ? st_local->st_port : 0 );
238 if ( ( rc = tcp_bind ( tcp, bind_port ) ) != 0 )
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_support.py 29 "is_resource_enabled", "requires", "find_unused_port", "bind_port",
236 Either this method or bind_port() should be used for any tests where a
241 s_server mode). Always prefer bind_port() over find_unused_port() where
283 port = bind_port(tempsock)
288 def bind_port(sock, host=HOST): function
    [all...]
  /external/python/cpython2/Lib/test/
test_support.py 33 "find_unused_port", "bind_port",
440 Either this method or bind_port() should be used for any tests where a
445 s_server mode). Always prefer bind_port() over find_unused_port() where
487 port = bind_port(tempsock)
492 def bind_port(sock, host=HOST): function
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_support.py 32 "is_resource_enabled", "requires", "find_unused_port", "bind_port",
303 Either this method or bind_port() should be used for any tests where a
308 s_server mode). Always prefer bind_port() over find_unused_port() where
350 port = bind_port(tempsock)
355 def bind_port(sock, host=HOST): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_support.py 32 "is_resource_enabled", "requires", "find_unused_port", "bind_port",
303 Either this method or bind_port() should be used for any tests where a
308 s_server mode). Always prefer bind_port() over find_unused_port() where
350 port = bind_port(tempsock)
355 def bind_port(sock, host=HOST): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py 32 "is_resource_enabled", "requires", "find_unused_port", "bind_port",
303 Either this method or bind_port() should be used for any tests where a
308 s_server mode). Always prefer bind_port() over find_unused_port() where
350 port = bind_port(tempsock)
355 def bind_port(sock, host=HOST): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py 32 "is_resource_enabled", "requires", "find_unused_port", "bind_port",
303 Either this method or bind_port() should be used for any tests where a
308 s_server mode). Always prefer bind_port() over find_unused_port() where
350 port = bind_port(tempsock)
355 def bind_port(sock, host=HOST): function
    [all...]
  /external/python/cpython3/Lib/test/support/
__init__.py 98 "HOST", "IPV6_ENABLED", "find_unused_port", "bind_port", "open_urlresource",
621 Either this method or bind_port() should be used for any tests where a
626 s_server mode). Always prefer bind_port() over find_unused_port() where
670 port = bind_port(tempsock)
675 def bind_port(sock, host=HOST): function
    [all...]

Completed in 440 milliseconds