Home
last modified time | relevance | path

Searched refs:PACKET_ID_DIRECT_CONFERENCE (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dnet_crypto.h64 #define PACKET_ID_DIRECT_CONFERENCE 98 macro
H A Dgroup.c2171 …return send_packet_group_peer(g_c->fr_c, friendcon_id, PACKET_ID_DIRECT_CONFERENCE, group_num, pac… in send_peer_introduced()
2182 …return send_packet_group_peer(g_c->fr_c, friendcon_id, PACKET_ID_DIRECT_CONFERENCE, group_num, pac… in send_peer_query()
2200 …if (send_packet_group_peer(g_c->fr_c, friendcon_id, PACKET_ID_DIRECT_CONFERENCE, group_num, respon… in send_peers()
2231 …send_packet_group_peer(g_c->fr_c, friendcon_id, PACKET_ID_DIRECT_CONFERENCE, group_num, title_pack… in send_peers()
2804 if (data[0] == PACKET_ID_DIRECT_CONFERENCE) { in g_handle_packet()