Home
last modified time | relevance | path

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

/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dgroup.h366 int send_group_lossy_packet(const Group_Chats *g_c, uint32_t groupnumber, const uint8_t *data, uint…
H A Dgroup.c2525 int send_group_lossy_packet(const Group_Chats *g_c, uint32_t groupnumber, const uint8_t *data, uint… in send_group_lossy_packet() function
/dports/net-im/tox/c-toxcore-0.2.13/toxav/
H A Dgroupav.c571 if (send_group_lossy_packet(g_c, groupnumber, data, plen) == -1) { in send_audio_packet()