Searched refs:c_recvfd (Results 1 – 1 of 1) sorted by relevance
70 int c_recvfd; member481 close(conn->c_recvfd); in connection_cleanups()525 conn->c_diskfd = conn->c_sendfd = conn->c_recvfd = -1; in connection_new()529 conn->c_recvfd = sfd; in connection_new()556 if (conn->c_recvfd != -1) { in connection_add()562 conn->c_recvfd = sfd; in connection_add()584 if (conn->c_recvfd != -1) in connection_remove()585 close(conn->c_recvfd); in connection_remove()594 return (conn->c_sendfd != -1 && conn->c_recvfd != -1); in connection_ready()702 fd = conn->c_recvfd; in recv_thread()