HomeSort by: relevance | last modified time | path
    Searched defs:client_fd (Results 1 - 2 of 2) sorted by relevancy

  /src/dist/pf/usr.sbin/ftp-proxy/
ftp-proxy.c 84 int client_fd; member in struct:session
307 if (s->client_fd != -1)
308 close(s->client_fd);
398 int client_fd, fc, on; local in function:handle_connection
406 if ((client_fd = accept(listen_fd, client_sa, &len)) < 0) {
415 close(client_fd);
423 close(client_fd);
426 s->client_fd = client_fd;
444 if ((getsockname(s->client_fd, client_to_proxy_sa, &len)) < 0)
    [all...]
ftp-proxy.c 84 int client_fd; member in struct:session
307 if (s->client_fd != -1)
308 close(s->client_fd);
398 int client_fd, fc, on; local in function:handle_connection
406 if ((client_fd = accept(listen_fd, client_sa, &len)) < 0) {
415 close(client_fd);
423 close(client_fd);
426 s->client_fd = client_fd;
444 if ((getsockname(s->client_fd, client_to_proxy_sa, &len)) < 0)
    [all...]

Completed in 59 milliseconds