Home
last modified time | relevance | path

Searched refs:hub_disconnect_user (Results 1 – 7 of 7) sorted by relevance

/dports/net-p2p/uhub/uhub-a8ee6e7/src/core/
H A Dnetevent.c144 hub_disconnect_user(user->hub, user, quit_timeout); in net_event()
154 hub_disconnect_user(user->hub, user, flag_close); in net_event()
164 hub_disconnect_user(user->hub, user, flag_close); in net_event()
H A Dhubevent.c48 hub_disconnect_user(hub, u, quit_logon_error); in on_login_failure()
55 hub_disconnect_user(hub, u, quit_update_error); in on_update_failure()
H A Dhub.c206 hub_disconnect_user(hub, u, quit_logon_error); in hub_handle_support()
222 hub_disconnect_user(hub, u, quit_protocol_error); in hub_handle_support()
241 hub_disconnect_user(hub, u, quit_protocol_error); in hub_handle_support()
247 hub_disconnect_user(hub, u, quit_logon_error); in hub_handle_support()
1280 void hub_disconnect_user(struct hub_info* hub, struct hub_user* user, int reason) in hub_disconnect_user() function
H A Dhub.h346 extern void hub_disconnect_user(struct hub_info* hub, struct hub_user* user, int reason);
H A Dplugincallback.c95 hub_disconnect_user(plugin_get_hub(plugin), convert_user_type(user), quit_kicked); in cbfunc_user_disconnect()
H A Dinf.c341 hub_disconnect_user(hub, lookup1, quit_ghost_timeout); in check_logged_in()
H A Dcommands.c355 hub_disconnect_user(cbase->hub, target, quit_kicked); in command_kick()