UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
datagram_socket Struct Reference

Data Fields

SOCKET socket
 
int index
 
int family
 
int addrlen
 
struct datagramqueue
 
struct datagram ** queue_tail
 
datagram_callback_funcfunc
 

Detailed Description

Definition at line 138 of file net.cpp.

Field Documentation

int datagram_socket::addrlen
int datagram_socket::family

Definition at line 141 of file net.cpp.

Referenced by NET_DatagramBroadcast(), and NET_DatagramSocketDoNew().

datagram_callback_func* datagram_socket::func

Definition at line 145 of file net.cpp.

Referenced by NET_DatagramSocketDoNew(), NET_DatagramSocketNew(), and NET_Wait().

int datagram_socket::index

Definition at line 140 of file net.cpp.

Referenced by NET_DatagramSocketClose(), and NET_DatagramSocketDoNew().

struct datagram* datagram_socket::queue

Definition at line 143 of file net.cpp.

Referenced by NET_DatagramSocketClose(), NET_DatagramSocketDoNew(), and NET_Wait().

struct datagram** datagram_socket::queue_tail

Definition at line 144 of file net.cpp.

Referenced by NET_DatagramSend(), NET_DatagramSocketDoNew(), and NET_Wait().

SOCKET datagram_socket::socket

The documentation for this struct was generated from the following file: