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

/freebsd-11.0-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-11.0-release/usr.sbin/ctld/
H A Dctld.c2367 int error, nfds, client_fd; local
2419 client_fd = accept(portal->p_socket,
2422 if (client_fd < 0) {
2429 handle_connection(portal, client_fd,

Completed in 68 milliseconds