Home | History | Annotate | Download | only in libevent

Lines Matching full:bind_socket

201 static int bind_socket(const char *, u_short, int reuse);
1769 evcon->fd = bind_socket(
2257 if ((fd = bind_socket(address, port, 1 /*reuse*/)) == -1)
2764 bind_socket(const char *address, u_short port, int reuse)