Home
last modified time | relevance | path

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

/NextBSD/contrib/ntp/sntp/libevent/include/event2/
HDhttp.h738 evhttp_connection_get_addr(struct evhttp_connection *evcon);
/NextBSD/contrib/ntp/sntp/libevent/
HDwhatsnew-2.1.txt427 There's a new evhttp_connection_get_addr() API to return the peer
HDChangeLog137 o http: implement new evhttp_connection_get_addr() api. (0c7f040 Azat
303 o regress_http: add tests for evhttp_connection_get_addr() (4dd500c
HDhttp.c2413 evhttp_connection_get_addr(struct evhttp_connection *evcon) in evhttp_connection_get_addr() function
/NextBSD/contrib/ntp/sntp/libevent/test/
HDregress_http.c3867 storage = evhttp_connection_get_addr(evcon); in http_request_get_addr_on_close()