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

/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dmux.c532 (fwd->connect_path != NULL) ? fwd->connect_path :
547 (fwd->connect_path != NULL) ? fwd->connect_path :
577 if (!compare_host(a->connect_path, b->connect_path))
604 (options.remote_forwards[fctx->fid].connect_path == NULL &&
612 rfwd->listen_port, rfwd->connect_path ? rfwd->connect_path :
651 rfwd->connect_path
[all...]
H A Dssh.c1530 if (options.local_forwards[i].connect_path != NULL) {
1531 cp = options.local_forwards[i].connect_path;
1532 p = options.local_forwards[i].connect_path =
1551 if (options.remote_forwards[i].connect_path != NULL) {
1552 cp = options.remote_forwards[i].connect_path;
1553 p = options.remote_forwards[i].connect_path =
1875 rfwd->listen_port, rfwd->connect_path ? rfwd->connect_path :
1893 rfwd->allocated_port, rfwd->connect_path ?
1894 rfwd->connect_path
[all...]
H A Dreadconf.c433 fwd->connect_path = newfwd->connect_path;
462 fwd->connect_path = newfwd->connect_path;
476 free(options->local_forwards[i].connect_path);
487 free(options->remote_forwards[i].connect_path);
3094 free(o->local_forwards[i].connect_path);
3101 free(o->remote_forwards[i].connect_path);
3255 fwd->connect_path = xstrdup(fwdargs[1].arg);
3260 fwd->connect_path
[all...]
H A Dmisc.h32 char *connect_path; /* Path to connect domain socket. */ member in struct:Forward
H A Dchannels.c3779 if (is_client && fwd->connect_path != NULL) {
3780 host = fwd->connect_path;
3934 if (fwd->connect_path != NULL) {
3935 if (strlen(fwd->connect_path) > sizeof(sunaddr.sun_path)) {
3937 fwd->connect_path);
3940 path = fwd->connect_path;
4295 if (fwd->connect_path != NULL) {
4296 host_to_connect = fwd->connect_path;
H A Dmisc.c1922 if (strcmp_maybe_null(a->connect_path, b->connect_path) == 0)
H A Dclientloop.c1103 free(fwd.connect_path);

Completed in 235 milliseconds