Home
last modified time | relevance | path

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

/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dnetwork.h190 size_t net_unpack_u64(const uint8_t *bytes, uint64_t *v);
H A DMessenger.c1690 net_unpack_u64(data, &position); in handle_filecontrol()
2253 net_unpack_u64(data + 1 + sizeof(uint32_t), &filesize); in m_handle_packet()
2999 net_unpack_u64(temp.last_seen_time, &m->friendlist[fnum].last_seen_time); in friends_list_load()
H A Dnetwork.c1543 size_t net_unpack_u64(const uint8_t *bytes, uint64_t *v) in net_unpack_u64() function
H A Donion_client.c962 net_unpack_u64(data + 1, &no_replay); in handle_dhtpk_announce()
/dports/net-im/tox/c-toxcore-0.2.13/toxav/
H A Drtp.c639 p += net_unpack_u64(p, &header->flags); in rtp_header_unpack()