Searched refs:bind_address (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | http-internal.h | 61 char *bind_address; /* address to use for binding the src */ member
|
H A D | http.c | 1269 if (evcon->bind_address != NULL) in evhttp_connection_free() 1270 mm_free(evcon->bind_address); in evhttp_connection_free() 1288 if (evcon->bind_address) in evhttp_connection_set_local_address() 1289 mm_free(evcon->bind_address); in evhttp_connection_set_local_address() 1290 if ((evcon->bind_address = mm_strdup(address)) == NULL) in evhttp_connection_set_local_address() 2579 if (evcon->bind_address || evcon->bind_port) { in evhttp_connection_connect_() 2581 evcon->bind_address, evcon->bind_port, 0 /*reuse*/); in evhttp_connection_connect_() 2584 __func__, evcon->bind_address)); in evhttp_connection_connect_()
|
/freebsd/contrib/libevent/ |
H A D | http-internal.h | 61 char *bind_address; /* address to use for binding the src */ member
|
H A D | http.c | 1269 if (evcon->bind_address != NULL) in evhttp_connection_free() 1270 mm_free(evcon->bind_address); in evhttp_connection_free() 1288 if (evcon->bind_address) in evhttp_connection_set_local_address() 1289 mm_free(evcon->bind_address); in evhttp_connection_set_local_address() 1290 if ((evcon->bind_address = mm_strdup(address)) == NULL) in evhttp_connection_set_local_address() 2579 if (evcon->bind_address || evcon->bind_port) { in evhttp_connection_connect_() 2581 evcon->bind_address, evcon->bind_port, 0 /*reuse*/); in evhttp_connection_connect_() 2584 __func__, evcon->bind_address)); in evhttp_connection_connect_()
|
/freebsd/crypto/openssh/ |
H A D | readconf.h | 84 char *bind_address; /* local socket address for connection to sshd */ member
|
H A D | sshconnect.c | 373 if (options.bind_address == NULL && options.bind_interface == NULL) in ssh_create_socket() 376 if (options.bind_address != NULL) { in ssh_create_socket() 382 if ((r = getaddrinfo(options.bind_address, NULL, in ssh_create_socket() 384 error("getaddrinfo: %s: %s", options.bind_address, in ssh_create_socket()
|
H A D | readconf.c | 1418 charptr = &options->bind_address; in process_config_line_depth() 2591 options->bind_address = NULL; in initialize_options() 2978 free(o->bind_address); in free_options() 3572 dump_cfg_string(oBindAddress, o->bind_address); in dump_client_config()
|
H A D | ssh.c | 1093 options.bind_address = optarg; in main()
|