Home
last modified time | relevance | path

Searched refs:evhttp_connection_set_family (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/ntp/sntp/libevent/include/event2/
HDhttp.h636 void evhttp_connection_set_family(struct evhttp_connection *evcon,
/freebsd-11-stable/contrib/ntp/sntp/libevent/
HDChangeLog29 …o Add evhttp_connection_set_family() to set addrinfo->family for DNS requests (12c29b0 Azat Khuzhi…
52 …o test: add regress for evhttp_connection_set_family() with AF_INET and AF_UNSPEC (42aefeb Azat Kh…
HDhttp.c2332 void evhttp_connection_set_family(struct evhttp_connection *evcon, in evhttp_connection_set_family() function
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
HDregress_http.c984 evhttp_connection_set_family(evcon, family); in http_connection_test_()