Searched refs:c_sendfd (Results 1 – 1 of 1) sorted by relevance
69 int c_sendfd; member422 close(conn->c_sendfd); in connection_cleanups()467 conn->c_diskfd = conn->c_sendfd = conn->c_recvfd = -1; in connection_new()469 conn->c_sendfd = sfd; in connection_new()490 if (conn->c_sendfd != -1) { in connection_add()496 conn->c_sendfd = sfd; in connection_add()524 if (conn->c_sendfd != -1) in connection_remove()525 close(conn->c_sendfd); in connection_remove()536 return (conn->c_sendfd != -1 && conn->c_recvfd != -1); in connection_ready()802 fd = conn->c_sendfd; in send_thread()