Home
last modified time | relevance | path

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

/dports/games/pvpgn/pvpgn-1.8.5/src/common/
H A Dbnet_protocol.h3504 } PACKED_ATTR() t_client_join_game; typedef
/dports/games/pvpgn/pvpgn-1.8.5/src/bnetd/
H A Dhandle_bnet.c3424 if (packet_get_size(packet) < sizeof(t_client_join_game)) { in _client_joingame()
3425 …ME packet (expected %u bytes, got %u)", conn_get_socket(c), sizeof(t_client_join_game), packet_get… in _client_joingame()
3429 if (!(gamename = packet_get_str_const(packet, sizeof(t_client_join_game), GAME_NAME_LEN))) { in _client_joingame()
3434 …if (!(gamepass = packet_get_str_const(packet, sizeof(t_client_join_game) + strlen(gamename) + 1, G… in _client_joingame()