Home
last modified time | relevance | path

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

/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dgroup.c2066 static int handle_packet_online(Group_Chats *g_c, int friendcon_id, const uint8_t *data, uint16_t l… in handle_packet_online() function
2782 return handle_packet_online(g_c, friendcon_id, data + 1, length - 1); in g_handle_packet()