Home
last modified time | relevance | path

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

/freebsd/sbin/ggate/ggated/
H A Dggated.c69 int c_sendfd; member
480 close(conn->c_sendfd); in connection_cleanups()
525 conn->c_diskfd = conn->c_sendfd = conn->c_recvfd = -1; in connection_new()
527 conn->c_sendfd = sfd; in connection_new()
548 if (conn->c_sendfd != -1) { in connection_add()
554 conn->c_sendfd = sfd; in connection_add()
582 if (conn->c_sendfd != -1) in connection_remove()
583 close(conn->c_sendfd); in connection_remove()
594 return (conn->c_sendfd != -1 && conn->c_recvfd != -1); in connection_ready()
860 fd = conn->c_sendfd; in send_thread()