Searched refs:client_fd (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/pf/ftp-proxy/ |
| H A D | ftp-proxy.c | 84 int client_fd; member 297 if (s->client_bufev && s->client_fd != -1) in end_session() 298 evbuffer_write(s->client_bufev->output, s->client_fd); in end_session() 302 if (s->client_fd != -1) in end_session() 303 close(s->client_fd); in end_session() 390 int client_fd, fc, on; in handle_connection() local 398 if ((client_fd = accept(listen_fd, client_sa, &len)) < 0) { in handle_connection() 407 close(client_fd); in handle_connection() 415 close(client_fd); in handle_connection() 418 s->client_fd = client_fd; in handle_connection() [all …]
|
| /freebsd-13.1/usr.sbin/ctld/ |
| H A D | ctld.c | 2496 int error, nfds, client_fd; in main_loop() local 2548 client_fd = accept(portal->p_socket, in main_loop() 2551 if (client_fd < 0) { in main_loop() 2558 handle_connection(portal, client_fd, in main_loop()
|