Home
last modified time | relevance | path

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

/dports/games/pvpgn/pvpgn-1.8.5/src/common/
H A Danongame_protocol.h399 } PACKED_ATTR() t_client_findanongame_profile_clan; typedef
H A Dpacket.h354 t_client_findanongame_profile_clan client_findanongame_profile_clan;
/dports/games/pvpgn/pvpgn-1.8.5/src/bnetd/
H A Dhandle_anongame.c86 if (packet_get_size(packet)<sizeof(t_client_findanongame_profile_clan)) in _client_anongame_profile_clan()
88 …et (expected %u bytes, got %u)",conn_get_socket(c), sizeof(t_client_findanongame_profile_clan), pa… in _client_anongame_profile_clan()