Home
last modified time | relevance | path

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

/dflybsd-src/crypto/openssh/
H A Dmisc.h50 mode_t streamlocal_bind_mask; /* umask for streamlocal binds */ member
H A Dservconf.c162 options->fwd_opts.streamlocal_bind_mask = (mode_t)-1; in initialize_server_options()
474 if (options->fwd_opts.streamlocal_bind_mask == (mode_t)-1) in fill_default_server_options()
475 options->fwd_opts.streamlocal_bind_mask = 0177; in fill_default_server_options()
2570 options->fwd_opts.streamlocal_bind_mask = (mode_t)value; in process_server_config_line_depth()
2882 if (src->fwd_opts.streamlocal_bind_mask != (mode_t)-1) { in copy_set_server_options()
2883 dst->fwd_opts.streamlocal_bind_mask = in copy_set_server_options()
2884 src->fwd_opts.streamlocal_bind_mask; in copy_set_server_options()
3159 dump_cfg_oct(sStreamLocalBindMask, o->fwd_opts.streamlocal_bind_mask); in dump_config()
H A Dreadconf.c2209 options->fwd_opts.streamlocal_bind_mask = (mode_t)value; in process_config_line_depth()
2541 options->fwd_opts.streamlocal_bind_mask = (mode_t)-1; in initialize_options()
2700 if (options->fwd_opts.streamlocal_bind_mask == (mode_t)-1) in fill_default_options()
2701 options->fwd_opts.streamlocal_bind_mask = 0177; in fill_default_options()
3693 o->fwd_opts.streamlocal_bind_mask); in dump_client_config()
H A Dchannels.c4000 omask = umask(fwd_opts->streamlocal_bind_mask); in channel_setup_fwd_listener_streamlocal()