Home
last modified time | relevance | path

Searched refs:use_privileged_port (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/ssh/ssh/
H A Dssh.c346 options.use_privileged_port = 0;
638 if (!options.use_privileged_port) {
640 if (original_effective_uid != 0 || !options.use_privileged_port) {
659 options.use_privileged_port,
661 original_effective_uid == 0 && options.use_privileged_port,
/titanic_50/usr/src/cmd/ssh/include/
H A Dreadconf.h59 int use_privileged_port; /* Don't use privileged port if false. */ member
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c408 intptr = &options->use_privileged_port; in process_config_line()
927 options->use_privileged_port = -1; in initialize_options()
1024 if (options->use_privileged_port == -1) in fill_default_options()
1025 options->use_privileged_port = 0; in fill_default_options()