Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/
H A Dhttp.c180 static evutil_socket_t create_bind_socket_nonblock(struct evutil_addrinfo *, int reuse);
4392 create_bind_socket_nonblock(struct evutil_addrinfo *ai, int reuse) in create_bind_socket_nonblock() function
4466 return create_bind_socket_nonblock(NULL, 0); in bind_socket()
4473 fd = create_bind_socket_nonblock(aitop, reuse); in bind_socket()
/freebsd/contrib/libevent/
H A Dhttp.c180 static evutil_socket_t create_bind_socket_nonblock(struct evutil_addrinfo *, int reuse);
4392 create_bind_socket_nonblock(struct evutil_addrinfo *ai, int reuse) in create_bind_socket_nonblock() function
4466 return create_bind_socket_nonblock(NULL, 0); in bind_socket()
4473 fd = create_bind_socket_nonblock(aitop, reuse); in bind_socket()