Searched defs:port (Results 1 - 3 of 3) sorted by relevance

/pkg/src/tests/cli/
H A Dt_pkg_sysrepo.py117 test1\ttrue\ttrue\ttrue\torigin\tonline\t{durl1}/\thttp://localhost:{port}
118 test12\tfalse\ttrue\ttrue\torigin\tonline\t{durl2}/\thttp://localhost:{port}
119 test3\ttrue\ttrue\ttrue\torigin\tonline\t{durl3}/\thttp://localhost:{port}
348 # This apache instance will need a free port.
365 "port": https_port,
386 def __prep_configuration(self, names, port=None,
392 'port' if used overrides the default port to be used.
399 if not port:
400 port
1143 port=self.sysrepo_port) variable
1218 port=self.sysrepo_port) variable
1242 port=self.sysrepo_port) variable
1582 port=self.sysrepo_port) variable
[all...]
/pkg/src/
H A Ddepot.py51 # The default host/port(s) to serve data from.
154 Usage: /usr/lib/pkg.depotd [-a address] [-d inst_root] [-p port] [-s threads]
169 -p port The port number on which the instance should listen for
223 requests on the provided port.
233 requests on the provided port.
313 ivalues["pkg"]["port"] = arg
606 port = dconf.get_property("pkg", "port") variable
613 elif not port
[all...]
/pkg/src/zoneproxy/zoneproxyd/
H A Dzoneproxyd.c71 #include <port.h>
108 #define SYSREPO_PORT "port"
253 (void) fprintf(stderr, "Usage: zoneproxyd [-s host:port]\n");
1393 * is able to dissociate the listener from the port, it may remove the listener.
1427 * Didn't find the event associated with the port. Another
1832 char *port = NULL; local
1838 if ((port = malloc(CONF_STR_SZ)) == NULL) {
1896 port, CONF_STR_SZ) < 0) {
1911 pc->pc_proxy_port = port;
1919 free(port);
[all...]

Completed in 34 milliseconds