Searched refs:bind_socket (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/ntp/sntp/libevent/ |
| H A D | http.c | 171 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 D | http.c | 174 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 D | socket.c | 5051 goto bind_socket; in isc__socket_bind() 5064 bind_socket: in isc__socket_bind()
|