#include <net.h>
Public Member Functions | |
| bool | Valid () |
| void | Put (UDPpacket *newp) |
| void | Clear () |
| PBUFFER () | |
| ~PBUFFER () | |
Public Attributes | |
| Uint8 * | data |
| int | len |
Private Attributes | |
| bool | valid |
Definition at line 73 of file net.h.
|
|
|
|
|
|
|
|
Definition at line 83 of file net.h. References valid. Referenced by MULTIPLAY::ReceivePacketArray(), and MULTIPLAY::ReceiveState(). |
|
|
Definition at line 372 of file net.cpp. References data, MAX_PACKET_SIZE, NULL, and valid. |
|
|
Definition at line 81 of file net.h. References valid. Referenced by MULTIPLAY::ReceivePacketArray(), and MULTIPLAY::ReceiveState(). |
|
|
Definition at line 79 of file net.h. Referenced by PBUFFER(), MULTIPLAY::ProcessPacket(), Put(), MULTIPLAY::ReceivePacketArray(), MULTIPLAY::ReceiveState(), and ~PBUFFER(). |
|
|
Definition at line 80 of file net.h. Referenced by MULTIPLAY::ProcessPacket(). |
|
|
|
1.4.6