Searched refs:fwd_opts (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dreadconf.h38 struct ForwardOptions fwd_opts; /* forwarding options */ member in struct:__anon6881
H A Dservconf.c151 options->fwd_opts.gateway_ports = -1;
152 options->fwd_opts.streamlocal_bind_mask = (mode_t)-1;
153 options->fwd_opts.streamlocal_bind_unlink = -1;
379 if (options->fwd_opts.gateway_ports == -1)
380 options->fwd_opts.gateway_ports = 0;
415 if (options->fwd_opts.streamlocal_bind_mask == (mode_t)-1)
416 options->fwd_opts.streamlocal_bind_mask = 0177;
417 if (options->fwd_opts.streamlocal_bind_unlink == -1)
418 options->fwd_opts.streamlocal_bind_unlink = 0;
1621 intptr = &options->fwd_opts
[all...]
H A Dservconf.h106 struct ForwardOptions fwd_opts; /* forwarding options */ member in struct:__anon6892
H A Dreadconf.c953 intptr = &options->fwd_opts.gateway_ports;
1695 options->fwd_opts.streamlocal_bind_mask = (mode_t)value;
1699 intptr = &options->fwd_opts.streamlocal_bind_unlink;
1867 options->fwd_opts.gateway_ports = -1;
1868 options->fwd_opts.streamlocal_bind_mask = (mode_t)-1;
1869 options->fwd_opts.streamlocal_bind_unlink = -1;
2007 if (options->fwd_opts.gateway_ports == -1)
2008 options->fwd_opts.gateway_ports = 0;
2009 if (options->fwd_opts.streamlocal_bind_mask == (mode_t)-1)
2010 options->fwd_opts
[all...]
H A Dchannels.c3302 int is_client, struct ForwardOptions *fwd_opts)
3309 if (fwd_opts->gateway_ports)
3311 } else if (fwd_opts->gateway_ports || is_client) {
3315 (!is_client && fwd_opts->gateway_ports == 1)) {
3351 struct ForwardOptions *fwd_opts)
3379 is_client, fwd_opts);
3510 struct Forward *fwd, struct ForwardOptions *fwd_opts)
3562 omask = umask(fwd_opts->streamlocal_bind_mask);
3564 fwd_opts->streamlocal_bind_unlink);
3640 struct ForwardOptions *fwd_opts)
3301 channel_fwd_bind_addr(const char *listen_addr, int *wildcardp, int is_client, struct ForwardOptions *fwd_opts) argument
3349 channel_setup_fwd_listener_tcpip(struct ssh *ssh, int type, struct Forward *fwd, int *allocated_listen_port, struct ForwardOptions *fwd_opts) argument
3509 channel_setup_fwd_listener_streamlocal(struct ssh *ssh, int type, struct Forward *fwd, struct ForwardOptions *fwd_opts) argument
3638 channel_cancel_lport_listener_tcpip(struct ssh *ssh, const char *lhost, u_short lport, int cport, struct ForwardOptions *fwd_opts) argument
3701 channel_cancel_lport_listener(struct ssh *ssh, struct Forward *fwd, int cport, struct ForwardOptions *fwd_opts) argument
3715 channel_setup_local_fwd_listener(struct ssh *ssh, struct Forward *fwd, struct ForwardOptions *fwd_opts) argument
3792 channel_setup_remote_fwd_listener(struct ssh *ssh, struct Forward *fwd, int *allocated_listen_port, struct ForwardOptions *fwd_opts) argument
[all...]
H A Dserverloop.c792 &allocated_listen_port, &options.fwd_opts);
830 &fwd, NULL, &options.fwd_opts);
H A Dclientloop.c846 0, &options.fwd_opts) > 0;
850 &options.fwd_opts) > 0;
863 &options.fwd_opts)) {
H A Dssh.c702 options.fwd_opts.gateway_ports = 1;
1709 (options.fwd_opts.gateway_ports ? "*" : "LOCALHOST") :
1717 &options.local_forwards[i], &options.fwd_opts);
H A Dmux.c551 (options.fwd_opts.gateway_ports ? "*" : "LOCALHOST") :
559 (options.fwd_opts.gateway_ports ? "*" : "LOCALHOST") :
814 &options.fwd_opts)) {
941 &options.fwd_opts) == -1)

Completed in 118 milliseconds