Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dudp_server.cc346 static int bind_socket(grpc_socket_factory* socket_factory, int sockfd, in bind_socket() function
413 if (bind_socket(socket_factory, fd, addr) < 0) { in prepare_socket()
/external/libevent/
Dhttp.c174 static evutil_socket_t bind_socket(const char *, ev_uint16_t, int reuse);
2539 evcon->fd = bind_socket( in evhttp_connection_connect_()
3507 if ((fd = bind_socket(address, port, 1 /*reuse*/)) == -1) in evhttp_bind_socket_with_handle()
4385 bind_socket(const char *address, ev_uint16_t port, int reuse) in bind_socket() function