Searched refs:handle_connection (Results 1 – 8 of 8) sorted by relevance
| /freebsd/tools/tools/netrate/tcpreceive/ |
| H A D | tcpreceive.c | 55 handle_connection(int accept_sock) in handle_connection() function 108 handle_connection(accept_sock); in main()
|
| /freebsd/usr.sbin/ctld/ |
| H A D | nvmf.hh | 63 void handle_connection(freebsd::fd_up fd, const char *host,
|
| H A D | nvmf.cc | 40 void handle_connection(freebsd::fd_up fd, const char *host, 428 nvmf_io_portal::handle_connection(freebsd::fd_up fd, const char *host __unused, in handle_connection() function in nvmf_io_portal
|
| H A D | iscsi.cc | 64 void handle_connection(freebsd::fd_up fd, const char *host, 499 iscsi_portal::handle_connection(freebsd::fd_up fd, const char *host, in handle_connection() function in iscsi_portal
|
| H A D | ctld.cc | 2354 handle_connection(struct portal *portal, freebsd::fd_up fd, in handle_connection() 2398 portal->handle_connection(std::move(fd), host, client_sa); in main_loop() 2435 handle_connection(portal, connection_id, in main_loop() 2464 handle_connection(portal, client_fd, 2329 handle_connection(struct portal *portal, freebsd::fd_up fd, handle_connection() function
|
| H A D | nvmf_discovery.cc | 479 nvmf_discovery_portal::handle_connection(freebsd::fd_up fd, in handle_connection() function in nvmf_discovery_portal
|
| H A D | ctld.hh | 158 virtual void handle_connection(freebsd::fd_up fd, const char *host,
|
| /freebsd/contrib/pf/ftp-proxy/ |
| H A D | ftp-proxy.c | 104 void handle_connection(const int, short, void *); 380 handle_connection(const int listen_fd, short event __unused, void *ev __unused) in handle_connection() function 782 event_set(&ev, listenfd, EV_READ | EV_PERSIST, handle_connection, &ev); in main()
|