Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/include/
H A Dreadconf.h125 char *bind_address; /* local socket address for connection to sshd */ member
/titanic_44/usr/src/cmd/ssh/ssh/
H A Dsshconnect.c209 if (options.bind_address == NULL) in ssh_create_socket()
216 gaierr = getaddrinfo(options.bind_address, "0", &hints, &res); in ssh_create_socket()
218 error("getaddrinfo: %s: %s", options.bind_address, in ssh_create_socket()
224 error("bind: %s: %s", options.bind_address, strerror(errno)); in ssh_create_socket()
H A Dssh.c511 options.bind_address = optarg;
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c633 charptr = &options->bind_address; in process_config_line()
985 options->bind_address = NULL; in initialize_options()