Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ntp/sntp/libevent/
H A Dhttp.c171 static evutil_socket_t bind_socket(const char *, ev_uint16_t, int reuse);
2432 evcon->fd = bind_socket( in evhttp_connection_connect_()
3358 if ((fd = bind_socket(address, port, 1 /*reuse*/)) == -1) in evhttp_bind_socket_with_handle()
4218 bind_socket(const char *address, ev_uint16_t port, int reuse) in bind_socket() function
/freebsd-12.1/contrib/libevent/
H A Dhttp.c174 static evutil_socket_t bind_socket(const char *, ev_uint16_t, int reuse);
2539 evcon->fd = bind_socket( in evhttp_connection_connect_()
3507 if ((fd = bind_socket(address, port, 1 /*reuse*/)) == -1) in evhttp_bind_socket_with_handle()
4385 bind_socket(const char *address, ev_uint16_t port, int reuse) in bind_socket() function
/freebsd-12.1/contrib/ntp/lib/isc/unix/
H A Dsocket.c5051 goto bind_socket; in isc__socket_bind()
5064 bind_socket: in isc__socket_bind()