Searched refs:evutil_socket_ (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | util-internal.h | 504 evutil_socket_t evutil_socket_(int domain, int type, int protocol);
|
H A D | bufferevent_sock.c | 396 fd = evutil_socket_(sa->sa_family, in bufferevent_socket_connect()
|
H A D | listener.c | 227 fd = evutil_socket_(family, socktype, 0); in evconnlistener_new_bind()
|
H A D | evutil.c | 2595 evutil_socket_(int domain, int type, int protocol) in evutil_socket_() function
|
H A D | http.c | 4400 fd = evutil_socket_(ai ? ai->ai_family : AF_INET, in create_bind_socket_nonblock()
|
H A D | evdns.c | 2530 ns->socket = evutil_socket_(address->sa_family, in evdns_nameserver_add_impl_()
|
/freebsd/contrib/libevent/ |
H A D | util-internal.h | 504 evutil_socket_t evutil_socket_(int domain, int type, int protocol);
|
H A D | bufferevent_sock.c | 396 fd = evutil_socket_(sa->sa_family, in bufferevent_socket_connect()
|
H A D | listener.c | 227 fd = evutil_socket_(family, socktype, 0); in evconnlistener_new_bind()
|
H A D | evutil.c | 2595 evutil_socket_(int domain, int type, int protocol) in evutil_socket_() function
|
H A D | http.c | 4400 fd = evutil_socket_(ai ? ai->ai_family : AF_INET, in create_bind_socket_nonblock()
|
H A D | evdns.c | 2530 ns->socket = evutil_socket_(address->sa_family, in evdns_nameserver_add_impl_()
|