Searched refs:client_fd (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/pf/ftp-proxy/
H A Dftp-proxy.c84 int client_fd; member in struct:session
297 if (s->client_bufev && s->client_fd != -1)
298 evbuffer_write(s->client_bufev->output, s->client_fd);
302 if (s->client_fd != -1)
303 close(s->client_fd);
390 int client_fd, fc, on; local
398 if ((client_fd = accept(listen_fd, client_sa, &len)) < 0) {
407 close(client_fd);
415 close(client_fd);
418 s->client_fd
[all...]
/freebsd-10.3-release/usr.sbin/ctld/
H A Dctld.c2349 int error, nfds, client_fd; local
2401 client_fd = accept(portal->p_socket,
2404 if (client_fd < 0) {
2411 handle_connection(portal, client_fd,

Completed in 102 milliseconds