Home
last modified time | relevance | path

Searched refs:streamlocal_bind_mask (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssh/
H A Dmisc.h50 mode_t streamlocal_bind_mask; /* umask for streamlocal binds */ member
H A Dservconf.c163 options->fwd_opts.streamlocal_bind_mask = (mode_t)-1; in initialize_server_options()
486 if (options->fwd_opts.streamlocal_bind_mask == (mode_t)-1) in fill_default_server_options()
487 options->fwd_opts.streamlocal_bind_mask = 0177; in fill_default_server_options()
2631 options->fwd_opts.streamlocal_bind_mask = (mode_t)value; in process_server_config_line_depth()
2955 if (src->fwd_opts.streamlocal_bind_mask != (mode_t)-1) { in copy_set_server_options()
2956 dst->fwd_opts.streamlocal_bind_mask = in copy_set_server_options()
2957 src->fwd_opts.streamlocal_bind_mask; in copy_set_server_options()
3232 dump_cfg_oct(sStreamLocalBindMask, o->fwd_opts.streamlocal_bind_mask); in dump_config()
H A Dreadconf.c2261 options->fwd_opts.streamlocal_bind_mask = (mode_t)value; in process_config_line_depth()
2593 options->fwd_opts.streamlocal_bind_mask = (mode_t)-1; in initialize_options()
2752 if (options->fwd_opts.streamlocal_bind_mask == (mode_t)-1) in fill_default_options()
2753 options->fwd_opts.streamlocal_bind_mask = 0177; in fill_default_options()
3745 o->fwd_opts.streamlocal_bind_mask); in dump_client_config()
H A Dchannels.c4002 omask = umask(fwd_opts->streamlocal_bind_mask); in channel_setup_fwd_listener_streamlocal()