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

/freebsd-10-stable/crypto/openssh/
H A Dreadconf.c321 add_local_forward(Options *options, const struct Forward *newfwd) argument
337 if (newfwd->listen_port < ipport_reserved && original_real_uid != 0 &&
338 newfwd->listen_path == NULL)
342 if (forward_equals(newfwd, options->local_forwards + i))
350 fwd->listen_host = newfwd->listen_host;
351 fwd->listen_port = newfwd->listen_port;
352 fwd->listen_path = newfwd->listen_path;
353 fwd->connect_host = newfwd->connect_host;
354 fwd->connect_port = newfwd->connect_port;
355 fwd->connect_path = newfwd
364 add_remote_forward(Options *options, const struct Forward *newfwd) argument
[all...]

Completed in 103 milliseconds