Home
last modified time | relevance | path

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

/dports/games/pvpgn/pvpgn-1.8.5/src/d2cs/
H A Dd2cs_protocol.h51 } t_client_d2cs_loginreq; typedef
H A Dhandle_bnetd.c155 account=packet_get_str_const(opacket,sizeof(t_client_d2cs_loginreq),MAX_CHARNAME_LEN); in on_bnetd_accountloginreply()
H A Dhandle_d2cs.c116 /* 0x01 */ { sizeof(t_client_d2cs_loginreq), conn_state_connected, on_cl…
156 if (!(account=packet_get_str_const(packet,sizeof(t_client_d2cs_loginreq),MAX_CHARNAME_LEN))) { in on_client_loginreq()
/dports/games/pvpgn/pvpgn-1.8.5/src/common/
H A Dpacket.h245 t_client_d2cs_loginreq client_d2cs_loginreq;