Home | History | Annotate | Download | only in libevent

Lines Matching defs:aitop

4388 	struct evutil_addrinfo *aitop = NULL;
4394 aitop = make_addrinfo(address, port);
4396 if (aitop == NULL)
4399 fd = bind_socket_ai(aitop, reuse);
4401 evutil_freeaddrinfo(aitop);