Home
last modified time | relevance | path

Searched defs:bind_port (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Lib/test/support/
Dsocket_helper.py76 def bind_port(sock, host=HOST): function
/external/linux-kselftest/tools/testing/selftests/net/
Dreuseaddr_ports_exhausted.c54 int bind_port(struct __test_metadata *_metadata, int reuseaddr, int reuseport) in bind_port() function
/external/cronet/third_party/libevent/
Dhttp-internal.h63 u_short bind_port; /* local port for binding the src */ member
/external/mtools/
Dfloppyd.c679 static int bind_to_port(in_addr_t bind_ip, uint16_t bind_port) in bind_to_port()
837 uint16_t bind_port = 0; in main() local
/external/iperf3/src/
Diperf_locale.c234 const char bind_port[] = variable
Diperf.h261 int bind_port; /* --cport option */ member
/external/libevent/
Dhttp-internal.h62 ev_uint16_t bind_port; /* local port for binding the src */ member
/external/rust/crates/grpcio/src/
Dserver.rs367 let bind_port = binder.bind(server); in build() localVariable
/external/python/cpython2/Lib/test/support/
D__init__.py507 def bind_port(sock, host=HOST): function