Home
last modified time | relevance | path

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

/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dfriend_connection.c818 int send_friend_request_packet(Friend_Connections *fr_c, int friendcon_id, uint32_t nospam_num, con… in send_friend_request_packet() argument
821 if (1 + sizeof(nospam_num) + length > ONION_CLIENT_MAX_DATA_SIZE || length == 0) { in send_friend_request_packet()
831 VLA(uint8_t, packet, 1 + sizeof(nospam_num) + length); in send_friend_request_packet()
832 memcpy(packet + 1, &nospam_num, sizeof(nospam_num)); in send_friend_request_packet()
833 memcpy(packet + 1 + sizeof(nospam_num), data, length); in send_friend_request_packet()
H A Dfriend_connection.h138 int send_friend_request_packet(Friend_Connections *fr_c, int friendcon_id, uint32_t nospam_num, con…