Searched refs:bind_address (Results 1 – 5 of 5) sorted by relevance
62 char *bind_address; /* address to use for binding the src */ member
1273 if (evcon->bind_address != NULL) in evhttp_connection_free()1274 mm_free(evcon->bind_address); in evhttp_connection_free()1292 if (evcon->bind_address) in evhttp_connection_set_local_address()1293 mm_free(evcon->bind_address); in evhttp_connection_set_local_address()1294 if ((evcon->bind_address = mm_strdup(address)) == NULL) in evhttp_connection_set_local_address()2583 if (evcon->bind_address || evcon->bind_port) { in evhttp_connection_connect_()2585 evcon->bind_address, evcon->bind_port, 0 /*reuse*/); in evhttp_connection_connect_()2588 __func__, evcon->bind_address)); in evhttp_connection_connect_()
100 char *bind_address; /* local socket address for connection to sshd */ member
420 if (options.bind_address != NULL) { in ssh_create_socket()426 if ((r = getaddrinfo(options.bind_address, NULL, in ssh_create_socket()428 error("getaddrinfo: %s: %s", options.bind_address, in ssh_create_socket()
1079 options.bind_address = optarg; in main()