HomeSort by relevance Sort by last modified time
    Searched defs:bind_port (Results 1 - 6 of 6) 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
  /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/iperf3/src/
iperf_locale.c 228 const char bind_port[] = variable
iperf.h 256 int bind_port; /* --cport option */ member in struct:iperf_test
  /external/python/cpython2/Lib/test/support/
__init__.py 36 "find_unused_port", "bind_port",
455 Either this method or bind_port() should be used for any tests where a
460 s_server mode). Always prefer bind_port() over find_unused_port() where
502 port = bind_port(tempsock)
507 def bind_port(sock, host=HOST): function
    [all...]
  /external/python/cpython3/Lib/test/support/
__init__.py 99 "HOST", "IPV6_ENABLED", "find_unused_port", "bind_port", "open_urlresource",
641 Either this method or bind_port() should be used for any tests where a
646 s_server mode). Always prefer bind_port() over find_unused_port() where
690 port = bind_port(tempsock)
695 def bind_port(sock, host=HOST): function
    [all...]

Completed in 338 milliseconds