vkQuake2 doxygen  1.0 dev
loopback_t Struct Reference

Public Attributes

loopmsg_t msgs [MAX_LOOPBACK]
 
int get
 
int send
 

Detailed Description

Definition at line 35 of file net_wins.c.

Member Data Documentation

◆ get

int loopback_t::get

Definition at line 38 of file net_wins.c.

Referenced by NET_GetLoopPacket().

◆ msgs

loopmsg_t loopback_t::msgs[MAX_LOOPBACK]

Definition at line 37 of file net_wins.c.

Referenced by NET_GetLoopPacket(), and NET_SendLoopPacket().

◆ send

int loopback_t::send

Definition at line 38 of file net_wins.c.

Referenced by NET_GetLoopPacket(), and NET_SendLoopPacket().