Searched refs:streamlocal_bind_mask (Results 1 – 4 of 4) sorted by relevance
50 mode_t streamlocal_bind_mask; /* umask for streamlocal binds */ member
163 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()
2261 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()
4002 omask = umask(fwd_opts->streamlocal_bind_mask); in channel_setup_fwd_listener_streamlocal()