Home
last modified time | relevance | path

Searched refs:handle_connection (Results 1 – 3 of 3) 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/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()
/freebsd/usr.sbin/ctld/
H A Dctld.cc2146 handle_connection(struct portal *portal, int fd, in handle_connection() function
2245 handle_connection(portal, connection_id, in main_loop()
2274 handle_connection(portal, client_fd, in main_loop()