#include <network.h>
|
| static void | OpenLog (IOHANDLE DataLogSent, IOHANDLE DataLogRecv) |
| |
| static void | CloseLog () |
| |
| static void | Init () |
| |
| static int | Compress (const void *pData, int DataSize, void *pOutput, int OutputSize) |
| |
| static int | Decompress (const void *pData, int DataSize, void *pOutput, int OutputSize) |
| |
| static bool | IsValidConnectionOrientedPacket (const CNetPacketConstruct *pPacket) |
| |
| static void | SendControlMsg (NETSOCKET Socket, NETADDR *pAddr, int Ack, int ControlMsg, const void *pExtra, int ExtraSize, SECURITY_TOKEN SecurityToken, bool Sixup=false) |
| |
| static void | SendControlMsgWithToken7 (NETSOCKET Socket, NETADDR *pAddr, TOKEN Token, int Ack, int ControlMsg, TOKEN MyToken, bool Extended) |
| |
| static void | SendPacketConnless (NETSOCKET Socket, NETADDR *pAddr, const void *pData, int DataSize, bool Extended, unsigned char aExtra[NET_CONNLESS_EXTRA_SIZE]) |
| |
| static void | SendPacketConnlessWithToken7 (NETSOCKET Socket, NETADDR *pAddr, const void *pData, int DataSize, SECURITY_TOKEN Token, SECURITY_TOKEN ResponseToken) |
| |
| static void | SendPacket (NETSOCKET Socket, NETADDR *pAddr, CNetPacketConstruct *pPacket, SECURITY_TOKEN SecurityToken, bool Sixup=false) |
| |
| static std::optional< int > | UnpackPacketFlags (unsigned char *pBuffer, int Size) |
| |
| static int | UnpackPacket (unsigned char *pBuffer, int Size, CNetPacketConstruct *pPacket, bool &Sixup, SECURITY_TOKEN *pSecurityToken=nullptr, SECURITY_TOKEN *pResponseToken=nullptr) |
| |
| static bool | IsSeqInBackroom (int Seq, int Ack) |
| |
◆ CloseLog()
| void CNetBase::CloseLog |
( |
| ) |
|
|
static |
◆ Compress()
◆ Decompress()
◆ Init()
◆ IsSeqInBackroom()
| bool CNetBase::IsSeqInBackroom |
( |
int |
Seq, |
|
|
int |
Ack |
|
) |
| |
|
static |
◆ IsValidConnectionOrientedPacket()
◆ OpenLog()
◆ SendControlMsg()
◆ SendControlMsgWithToken7()
◆ SendPacket()
◆ SendPacketConnless()
◆ SendPacketConnlessWithToken7()
◆ UnpackPacket()
◆ UnpackPacketFlags()
◆ ms_DataLogRecv
◆ ms_DataLogSent
◆ ms_Huffman
The documentation for this class was generated from the following files: