Home
last modified time | relevance | path

Searched refs:local (Results 1 – 9 of 9) sorted by relevance

/iperf/src/
H A Dnet.c124 create_socket(int domain, int proto, const char *local, const char *bind_dev, int local_port, const… in create_socket() argument
130 if (local) { in create_socket()
134 if ((gerror = getaddrinfo(local, NULL, &hints, &local_res)) != 0) in create_socket()
143 if (local) in create_socket()
150 if (local) in create_socket()
172 if (local) { in create_socket()
233 netdial(int domain, int proto, const char *local, const char *bind_dev, int local_port, const char … in netdial() argument
238 s = create_socket(domain, proto, local, bind_dev, local_port, server, port, &server_res); in netdial()
258 netannounce(int domain, int proto, const char *local, const char *bind_dev, int port) in netannounce() argument
278 if (domain == AF_UNSPEC && !local) { in netannounce()
[all …]
H A Dnet.h31 int create_socket(int domain, int proto, const char *local, const char *bind_dev, int local_port, c…
32 int netdial(int domain, int proto, const char *local, const char *bind_dev, int local_port, const c…
33 int netannounce(int domain, int proto, const char *local, const char *bind_dev, int port);
/iperf/docs/_esnet/
H A DREADME.rst71 2. sudo /usr/local/bin/pip install sphinx sphinx-bootstrap-theme
80 /opt/local/bin/pip
/iperf/config/
H A Dax_check_openssl.m466 ssldirs="/usr/local/ssl /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /usr"
/iperf/docs/
H A Ddev.rst149 git commit -a # commit changes to the local repository only
151 git commit -a # commit changes to the local repository only
154 ./make_release tag $VERSION # this creates a tag in the local repo
H A Dinvoking.rst154 only). On both the client and server you can set the local
166 device name are required for IPv6 link-local address literals.
258 required for IPv6 link-local address literals.
380 all active links on the local host when setting up an associa-
/iperf/
H A DINSTALL106 `/usr/local/bin', include files under `/usr/local/include', etc. You
107 can specify an installation prefix other than `/usr/local' by giving
H A Daclocal.m4652 '$as_me' creates a local libtool stub from the current configuration,
1005 [Tool to change global to local symbols on Mac OS X])
2394 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
2552 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
2680 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
2766 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
2990 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
5264 echo "local: *; };" >> $output_objdir/$libname.ver~
5280 echo "local: *; };" >> $output_objdir/$libname.ver~
7074 echo "local: *; };" >> $output_objdir/$libname.ver~
[all …]
H A DRELNOTES.md15 …* Fix interface specification so doesn't overlap with IPv6 link-local addresses for -c and -B (#11…
538 version of cJSON (plus local ESnet modifications). Discovered and