Home
last modified time | relevance | path

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

/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dnet_crypto.c1933 static int handle_new_connection_handshake(Net_Crypto *c, IP_Port source, const uint8_t *data, uint… in handle_new_connection_handshake() function
2192 if (handle_new_connection_handshake(c, source, data, length, userdata) != 0) { in tcp_oob_callback()
2445 if (handle_new_connection_handshake(c, source, packet, length, userdata) != 0) { in udp_handle_packet()