Searched refs:cfds (Results 1 – 1 of 1) sorted by relevance
482 int cfds[2]; in create_sockets_pipe() local484 if (pipe(cfds) < 0) { in create_sockets_pipe()494 client_fds->read_fd = cfds[0]; in create_sockets_pipe()495 client_fds->write_fd = cfds[1]; in create_sockets_pipe()