Home
last modified time | relevance | path

Searched refs:status_level_fatal (Results 1 – 3 of 3) sorted by relevance

/dports/net-p2p/uhub/uhub-a8ee6e7/src/core/
H A Dhubevent.c47 hub_send_status(hub, u, msg, status_level_fatal); in on_login_failure()
54 hub_send_status(hub, u, msg, status_level_fatal); in on_update_failure()
H A Dhub.c221 hub_send_status(hub, u, status_msg_proto_no_common_hash, status_level_fatal); in hub_handle_support()
1046 if (level >= status_level_fatal) in hub_send_status()
/dports/net-p2p/uhub/uhub-a8ee6e7/src/adc/
H A Dmessage.h43 status_level_fatal = 2, /* Fatal error (disconnect) */ enumerator