Home
last modified time | relevance | path

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

/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dnet_crypto.h199 int connection_lossy_data_handler(Net_Crypto *c, int crypt_connection_id,
H A Dfriend_connection.c545 connection_lossy_data_handler(fr_c->net_crypto, id, &handle_lossy_packet, fr_c, friendcon_id); in handle_new_connections()
589 connection_lossy_data_handler(fr_c->net_crypto, id, &handle_lossy_packet, fr_c, friendcon_id); in friend_new_connection()
H A Dnet_crypto.c2369 int connection_lossy_data_handler(Net_Crypto *c, int crypt_connection_id, in connection_lossy_data_handler() function