Home
last modified time | relevance | path

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

/external/chromium/third_party/libevent/
Dhttp.c201 static int bind_socket(const char *, u_short, int reuse);
1769 evcon->fd = bind_socket( in evhttp_connection_connect()
2257 if ((fd = bind_socket(address, port, 1 /*reuse*/)) == -1) in evhttp_bind_socket()
2764 bind_socket(const char *address, u_short port, int reuse) in bind_socket() function