Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/support/
Dsocket_helper.py76 def bind_port(sock, host=HOST): function
/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.rs364 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