Home
last modified time | relevance | path

Searched refs:handle_connection (Results 1 – 8 of 8) sorted by relevance

/freebsd/tools/tools/netrate/tcpreceive/
H A Dtcpreceive.c55 handle_connection(int accept_sock) in handle_connection() function
108 handle_connection(accept_sock); in main()
/freebsd/usr.sbin/ctld/
H A Dnvmf.hh63 void handle_connection(freebsd::fd_up fd, const char *host,
H A Dnvmf.cc40 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 Discsi.cc64 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 Dctld.cc2354 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 Dnvmf_discovery.cc479 nvmf_discovery_portal::handle_connection(freebsd::fd_up fd, in handle_connection() function in nvmf_discovery_portal
H A Dctld.hh158 virtual void handle_connection(freebsd::fd_up fd, const char *host,
/freebsd/contrib/pf/ftp-proxy/
H A Dftp-proxy.c104 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()