UFO: Alien Invasion
Loading...
Searching...
No Matches
datagram_socket Struct Reference
Collaboration diagram for datagram_socket:
Collaboration graph

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

◆ addrlen

int datagram_socket::addrlen

◆ family

int datagram_socket::family

Definition at line 141 of file net.cpp.

Referenced by NET_DatagramBroadcast(), and NET_DatagramSocketDoNew().

◆ func

datagram_callback_func* datagram_socket::func

Definition at line 145 of file net.cpp.

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

◆ index

int datagram_socket::index

Definition at line 140 of file net.cpp.

Referenced by NET_DatagramSocketClose(), and NET_DatagramSocketDoNew().

◆ queue

struct datagram* datagram_socket::queue

Definition at line 143 of file net.cpp.

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

◆ queue_tail

struct datagram** datagram_socket::queue_tail

Definition at line 144 of file net.cpp.

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

◆ socket

SOCKET datagram_socket::socket

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