Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ntp/sntp/libevent/
H A Dhttp.c181 static evutil_socket_t bind_socket(const char *, ev_uint16_t, int reuse);
2580 evcon->fd = bind_socket( in evhttp_connection_connect_()
3565 if ((fd = bind_socket(address, port, 1 /*reuse*/)) == -1) in evhttp_bind_socket_with_handle()
4459 bind_socket(const char *address, ev_uint16_t port, int reuse) in bind_socket() function
/freebsd-14.2/contrib/libevent/
H A Dhttp.c181 static evutil_socket_t bind_socket(const char *, ev_uint16_t, int reuse);
2580 evcon->fd = bind_socket( in evhttp_connection_connect_()
3565 if ((fd = bind_socket(address, port, 1 /*reuse*/)) == -1) in evhttp_bind_socket_with_handle()
4459 bind_socket(const char *address, ev_uint16_t port, int reuse) in bind_socket() function