Crossfire Server, Branches 1.12
R18729
|
#include <newclient.h>
Data Fields | |
unsigned char | buf [2+65536UL+1] |
size_t | len |
Contains the base information we use to make up a packet we want to send.
Definition at line 574 of file newclient.h.
unsigned char SockList::buf[2+65536UL+1] |
Definition at line 576 of file newclient.h.
Referenced by handle_client(), init_connection(), Send_With_Handling(), SockList_AddChar(), SockList_AddData(), SockList_AddInt(), SockList_AddInt64(), SockList_AddPrintf(), SockList_AddShort(), SockList_Avail(), SockList_Ensure(), SockList_NullTerminate(), and SockList_ReadPacket().
size_t SockList::len |
Definition at line 575 of file newclient.h.
Referenced by check_space_for_heads(), draw_client_map2(), esrv_update_stats(), handle_client(), Send_With_Handling(), SockList_AddChar(), SockList_AddData(), SockList_AddInt(), SockList_AddInt64(), SockList_AddPrintf(), SockList_AddShort(), SockList_Avail(), SockList_Ensure(), SockList_NullTerminate(), SockList_ReadPacket(), SockList_Reset(), and SockList_ResetRead().