Searched refs:handle_connection (Results 1 – 3 of 3) 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/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()
|
/freebsd/usr.sbin/ctld/ |
H A D | ctld.cc | 2146 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()
|