Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c236 add_local_forward(Options *options, const Forward *newfwd) in add_local_forward() argument
241 if (newfwd->listen_port < IPPORT_RESERVED && original_real_uid != 0) in add_local_forward()
248 fwd->listen_host = (newfwd->listen_host == NULL) ? in add_local_forward()
249 NULL : xstrdup(newfwd->listen_host); in add_local_forward()
250 fwd->listen_port = newfwd->listen_port; in add_local_forward()
251 fwd->connect_host = xstrdup(newfwd->connect_host); in add_local_forward()
252 fwd->connect_port = newfwd->connect_port; in add_local_forward()
261 add_remote_forward(Options *options, const Forward *newfwd) in add_remote_forward() argument
269 fwd->listen_host = (newfwd->listen_host == NULL) ? in add_remote_forward()
270 NULL : xstrdup(newfwd->listen_host); in add_remote_forward()
[all …]