Home
last modified time | relevance | path

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

/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dfriend_connection.h21 #define PACKET_ID_ALIVE 16 macro
H A Dfriend_connection.c456 if (data[0] == PACKET_ID_ALIVE) { in handle_packet()
603 const uint8_t ping = PACKET_ID_ALIVE; in send_ping()