Home
last modified time | relevance | path

Searched refs:Friend_Connections (Results 1 – 8 of 8) sorted by relevance

/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dfriend_connection.h49 typedef struct Friend_Connections Friend_Connections; typedef
51 Net_Crypto *friendconn_net_crypto(const Friend_Connections *fr_c);
56 int getfriend_conn_id_pk(Friend_Connections *fr_c, const uint8_t *real_pk);
63 int friend_connection_lock(Friend_Connections *fr_c, int friendcon_id);
69 unsigned int friend_con_connected(Friend_Connections *fr_c, int friendcon_id);
104 int friend_connection_callbacks(Friend_Connections *fr_c, int friendcon_id, unsigned int index,
115 int friend_connection_crypt_connection_id(Friend_Connections *fr_c, int friendcon_id);
123 int new_friend_connection(Friend_Connections *fr_c, const uint8_t *real_public_key);
130 int kill_friend_connection(Friend_Connections *fr_c, int friendcon_id);
155 void do_friend_connections(Friend_Connections *fr_c, void *userdata);
[all …]
H A Dfriend_connection.c60 struct Friend_Connections { struct
127 static int create_friend_conn(Friend_Connections *fr_c) in create_friend_conn()
300 Friend_Connections *fr_c = (Friend_Connections *)object; in tcp_relay_node_callback()
318 Friend_Connections *const fr_c = (Friend_Connections *)object; in dht_ip_callback()
364 Friend_Connections *const fr_c = (Friend_Connections *)object; in handle_status()
411 Friend_Connections *const fr_c = (Friend_Connections *)object; in dht_pk_callback()
441 Friend_Connections *const fr_c = (Friend_Connections *)object; in handle_packet()
499 Friend_Connections *const fr_c = (Friend_Connections *)object; in handle_lossy_packet()
525 Friend_Connections *const fr_c = (Friend_Connections *)object; in handle_new_connections()
858 Friend_Connections *const temp = (Friend_Connections *)calloc(1, sizeof(Friend_Connections)); in new_friend_connections()
[all …]
H A Dfriend_requests.h44 void friendreq_init(Friend_Requests *fr, Friend_Connections *fr_c);
H A Dfriend_requests.c155 void friendreq_init(Friend_Requests *fr, Friend_Connections *fr_c) in friendreq_init()
H A Dgroup.h182 Friend_Connections *fr_c;
H A DMessenger.h249 Friend_Connections *fr_c;
H A Dgroup.c380 static int send_packet_online(Friend_Connections *fr_c, int friendcon_id, uint16_t group_num, uint8…
1386 static unsigned int send_packet_group_peer(Friend_Connections *fr_c, int friendcon_id, uint8_t pack… in send_packet_group_peer()
1407 static unsigned int send_lossy_group_peer(Friend_Connections *fr_c, int friendcon_id, uint8_t packe… in send_lossy_group_peer()
2051 static int send_packet_online(Friend_Connections *fr_c, int friendcon_id, uint16_t group_num, uint8… in send_packet_online()
/dports/net-im/tox/c-toxcore-0.2.13/
H A DCHANGELOG.md695 - [#672](https://github.com/TokTok/c-toxcore/pull/672) Make Friend_Connections a module-private typ…