Home
last modified time | relevance | path

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

/dports/games/retroarch/RetroArch-1.9.7/network/netplay/
H A Dnetplay_discovery.c149 != NETPLAY_PROTOCOL_VERSION) in netplay_lan_ad_client()
314 ad_packet_buffer.protocol_version = htonl(NETPLAY_PROTOCOL_VERSION); in netplay_discovery_driver_ctl()
445 NETPLAY_PROTOCOL_VERSION) in netplay_lan_ad_server()
513 htonl(NETPLAY_PROTOCOL_VERSION); in netplay_lan_ad_server()
H A Dnetplay_handshake.c164 res ^= NETPLAY_PROTOCOL_VERSION << (i & 0xf); in netplay_impl_magic()
239 header[4] = htonl(NETPLAY_PROTOCOL_VERSION); in netplay_handshake_init_send()
334 if (remote_version < NETPLAY_PROTOCOL_VERSION) in netplay_handshake_init()
H A Dnetplay_private.h31 #define NETPLAY_PROTOCOL_VERSION 5 macro