Home
last modified time | relevance | path

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

/NextBSD/contrib/ntp/sntp/libevent/
HDhttp.c170 static evutil_socket_t bind_socket_ai(struct evutil_addrinfo *, int reuse);
4151 bind_socket_ai(struct evutil_addrinfo *ai, int reuse) in bind_socket_ai() function
4225 return bind_socket_ai(NULL, 0); in bind_socket()
4232 fd = bind_socket_ai(aitop, reuse); in bind_socket()