Home | History | Annotate | Download | only in libevent

Lines Matching refs:reuse

200 static int bind_socket_ai(struct addrinfo *, int reuse);
201 static int bind_socket(const char *, u_short, int reuse);
1770 evcon->bind_address, evcon->bind_port, 0 /*reuse*/);
2257 if ((fd = bind_socket(address, port, 1 /*reuse*/)) == -1)
2682 bind_socket_ai(struct addrinfo *ai, int reuse)
2705 if (reuse) {
2764 bind_socket(const char *address, u_short port, int reuse)
2778 fd = bind_socket_ai(aitop, reuse);