Home
last modified time | relevance | path

Searched refs:PACKET_IDENTIFIER (Results 1 – 3 of 3) sorted by path

/dports/emulators/hugo/hugo-2.12/
H A Dnetplay.c23 const int PACKET_IDENTIFIER = 0; variable
190 global_status->digest_packet->data[PACKET_IDENTIFIER] = in send_identification_acknowledge_packet()
278 if (global_status->current_packet->data[PACKET_IDENTIFIER] != in identify_client()
285 global_status->current_packet->data[PACKET_IDENTIFIER], in identify_client()
293 PACKET_IDENTIFIER, PACKET_IDENTIFICATION_CHECKSUM)) in identify_client()
302 PACKET_IDENTIFIER, in identify_client()
421 if (global_status->current_packet->data[PACKET_IDENTIFIER] != in store_remote_status_lan()
428 global_status->current_packet->data[PACKET_IDENTIFIER], in store_remote_status_lan()
823 if (global_status->current_packet->data[PACKET_IDENTIFIER] != in store_remote_status_internet()
830 global_status->current_packet->data[PACKET_IDENTIFIER], in store_remote_status_internet()
[all …]
H A Dnetplay.h26 extern const int PACKET_IDENTIFIER;
H A Dosd_keyboard.c1853 if (incoming_packet->data[PACKET_IDENTIFIER] != in count_allocated_slots()
1860 incoming_packet->data[PACKET_IDENTIFIER], in count_allocated_slots()
1983 compute_checksum (outgoing_packet->data, PACKET_IDENTIFIER, in send_identification_packet()
2026 outgoing_packet->data[PACKET_IDENTIFIER] = PACKET_STATUS_ID; in send_local_status()
2041 compute_checksum (outgoing_packet->data, PACKET_IDENTIFIER, in send_local_status()
2088 incoming_packet->data[PACKET_IDENTIFIER], PACKET_DIGEST_ID); in handle_digest_packet()
2114 compute_checksum (incoming_packet->data, PACKET_IDENTIFIER, in handle_digest_packet()
2119 compute_checksum (incoming_packet->data, PACKET_IDENTIFIER, in handle_digest_packet()
2244 outgoing_packet->data[PACKET_IDENTIFIER] = PACKET_STATUS_ID; in send_internet_local_status()
2412 compute_checksum (incoming_packet->data, PACKET_IDENTIFIER, in handle_internet_digest_packet()
[all …]