Home
last modified time | relevance | path

Searched refs:evhttp_connection_set_local_address (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Dhttp.h727 void evhttp_connection_set_local_address(struct evhttp_connection *evcon,
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_http.c1936 evhttp_connection_set_local_address(evcon, "127.0.0.1"); in http_dispatcher_test()
3696 evhttp_connection_set_local_address(evcon, "127.0.0.1"); in http_simple_test_impl()
3743 evhttp_connection_set_local_address(evcon, "127.0.0.1"); in http_connection_retry_test_basic()
4074 evhttp_connection_set_local_address(evcon, "127.0.0.1"); in http_data_length_constraints_test_impl()
4181 evhttp_connection_set_local_address(evcon, "127.0.0.1"); in http_lingering_close_test_impl()
/netbsd-src/external/bsd/libevent/dist/
H A Dhttp.c1288 evhttp_connection_set_local_address(struct evhttp_connection *evcon, in evhttp_connection_set_local_address() function