Searched refs:bind_address (Results 1 – 2 of 2) sorted by relevance
63 char *bind_address; /* address to use for binding the src */ member
1013 if (evcon->bind_address != NULL) in evhttp_connection_free()1014 free(evcon->bind_address); in evhttp_connection_free()1033 if (evcon->bind_address) in evhttp_connection_set_local_address()1034 free(evcon->bind_address); in evhttp_connection_set_local_address()1035 if ((evcon->bind_address = strdup(address)) == NULL) in evhttp_connection_set_local_address()1770 evcon->bind_address, evcon->bind_port, 0 /*reuse*/); in evhttp_connection_connect()1773 __func__, evcon->bind_address)); in evhttp_connection_connect()