Home | History | Annotate | Download | only in libevent

Lines Matching refs:accept

1880 	/* we have a persistent connection; try to accept another request. */
2240 if ((nfd = accept(fd, (struct sockaddr *)&ss, &addrlen)) == -1) {
2242 event_warn("%s: bad accept", __func__);
2606 * if we want to accept more than one request on a connection,