Home
last modified time | relevance | path

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

/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A DMessenger.c158 static int m_handle_packet(void *object, int i, const uint8_t *temp, uint16_t len, void *userdata);
195 …tion_callbacks(m->fr_c, friendcon_id, MESSENGER_CALLBACK_INDEX, &m_handle_status, &m_handle_packet, in init_new_friend()
2087 static int m_handle_packet(void *object, int i, const uint8_t *temp, uint16_t len, void *userdata) in m_handle_packet() function