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

/external/chromium/third_party/libevent/
H A Dhttp.c201 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) function

Completed in 40 milliseconds