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

/freebsd-10.0-release/crypto/openssh/
H A Dreadconf.h94 char *bind_address; /* local socket address for connection to sshd */ member in struct:__anon4957
H A Dsshconnect.c253 if (options.bind_address == NULL)
261 gaierr = getaddrinfo(options.bind_address, NULL, &hints, &res);
263 error("getaddrinfo: %s: %s", options.bind_address,
269 error("bind: %s: %s", options.bind_address, strerror(errno));
H A Dreadconf.c699 charptr = &options->bind_address;
1296 options->bind_address = NULL;
H A Dssh.c201 "usage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]\n"
202 " [-D [bind_address:]port] [-E log_file] [-e escape_char]\n"
204 " [-L [bind_address:]port:host:hostport] [-Q protocol_feature]\n"
206 " [-R [bind_address:]port:host:hostport] [-S ctl_path]\n"
634 options.bind_address = optarg;

Completed in 113 milliseconds