Home
last modified time | relevance | path

Searched refs:evhttp_connection_get_addr (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Dhttp.h777 evhttp_connection_get_addr(struct evhttp_connection *evcon);
/netbsd-src/external/bsd/libevent/dist/
H A Dhttp.c2562 evhttp_connection_get_addr(struct evhttp_connection *evcon) in evhttp_connection_get_addr() function
2572 const struct sockaddr *sa = evhttp_connection_get_addr(evcon); in evhttp_connection_connect_()
H A Dwhatsnew-2.1.txt447 There's a new evhttp_connection_get_addr() API to return the peer
H A DChangeLog222 o Fix evhttp_connection_get_addr() fox incomming http connections (4215c003)
897 o http: implement new evhttp_connection_get_addr() api. (0c7f040 Azat
1063 o regress_http: add tests for evhttp_connection_get_addr() (4dd500c
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_http.c338 sa = evhttp_connection_get_addr(evcon); in http_basic_cb()
4427 storage = evhttp_connection_get_addr(evcon); in http_request_get_addr_on_close()