Home
last modified time | relevance | path

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

/aosp_15_r20/external/mtools/
H A 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
/aosp_15_r20/external/python/cpython3/Lib/test/support/
Dsocket_helper.py79 def bind_port(sock, host=HOST): function
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/
H A Dreuseaddr_ports_exhausted.c54 int bind_port(struct __test_metadata *_metadata, int reuseaddr, int reuseport) in bind_port() function
/aosp_15_r20/external/iperf3/src/
H A Diperf_locale.c234 const char bind_port[] = variable
H A Diperf.h261 int bind_port; /* --cport option */ member
/aosp_15_r20/external/libevent/
H A Dhttp-internal.h62 ev_uint16_t bind_port; /* local port for binding the src */ member
/aosp_15_r20/external/python/cpython2/Lib/test/support/
D__init__.py507 def bind_port(sock, host=HOST): function