Lines Matching refs:control_fd
32 static int control_fd = -1;
62 control_fd = fd;
80 control_fd = accept(fd, NULL, 0);
83 if (control_fd < 0) {
94 if (control_fd < 0) {
106 close(control_fd);
107 control_fd = -1;
119 ret = send(control_fd, str, len, MSG_MORE);
129 ret = send(control_fd, "\n", 1, 0);
200 ret = recv(control_fd, &buf[idx], 1, 0);