Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssh/
HDsshconnect.c288 if (options.bind_address == NULL && !privileged) in ssh_create_socket()
291 if (options.bind_address) { in ssh_create_socket()
297 gaierr = getaddrinfo(options.bind_address, NULL, &hints, &res); in ssh_create_socket()
299 error("getaddrinfo: %s: %s", options.bind_address, in ssh_create_socket()
320 error("bind: %s: %s", options.bind_address, in ssh_create_socket()
HDreadconf.h90 char *bind_address; /* local socket address for connection to sshd */ member
HDreadconf.c1138 charptr = &options->bind_address; in process_config_line_depth()
1871 options->bind_address = NULL; in initialize_options()
2608 dump_cfg_string(oBindAddress, o->bind_address); in dump_client_config()
HDssh.c930 options.bind_address = optarg; in main()
/freebsd-11-stable/contrib/ntp/sntp/libevent/
HDhttp-internal.h64 char *bind_address; /* address to use for binding the src */ member
HDhttp.c1182 if (evcon->bind_address != NULL) in evhttp_connection_free()
1183 mm_free(evcon->bind_address); in evhttp_connection_free()
1204 if (evcon->bind_address) in evhttp_connection_set_local_address()
1205 mm_free(evcon->bind_address); in evhttp_connection_set_local_address()
1206 if ((evcon->bind_address = mm_strdup(address)) == NULL) in evhttp_connection_set_local_address()
2431 if (evcon->bind_address || evcon->bind_port) { in evhttp_connection_connect_()
2433 evcon->bind_address, evcon->bind_port, 0 /*reuse*/); in evhttp_connection_connect_()
2436 __func__, evcon->bind_address)); in evhttp_connection_connect_()