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

/freebsd-10-stable/crypto/openssh/
H A Dreadconf.c2203 struct fwdarg fwdargs[4]; local
2208 memset(fwdargs, 0, sizeof(fwdargs));
2217 if (parse_fwd_field(&cp, &fwdargs[i]) != 0)
2228 if (fwdargs[0].ispath) {
2229 fwd->listen_path = xstrdup(fwdargs[0].arg);
2233 fwd->listen_port = a2port(fwdargs[0].arg);
2239 if (fwdargs[0].ispath && fwdargs[1].ispath) {
2240 fwd->listen_path = xstrdup(fwdargs[
[all...]

Completed in 177 milliseconds