bind_address
struct bind_address val;
static SET(struct bind_address) bind_addresses;
struct bind_address addr, val;
setup_socket(struct bind_address *ba, struct sockaddr *sock_address,
struct bind_address addr;
charptr = &options->bind_address;
options->bind_address = NULL;
free(o->bind_address);
dump_cfg_string(oBindAddress, o->bind_address);
char *bind_address; /* local socket address for connection to sshd */
options.bind_address = optarg;
if (options.bind_address == NULL && options.bind_interface == NULL)
if (options.bind_address != NULL) {
if ((r = getaddrinfo(options.bind_address, NULL,
error("getaddrinfo: %s: %s", options.bind_address,