DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
lhnetaddressnative_t Struct Reference
+ Collaboration diagram for lhnetaddressnative_t:

Data Fields

union { 
 
   struct sockaddr_in   in 
 
   struct sockaddr_in6   in6 
 
   struct sockaddr   sock 
 
addr 
 
lhnetaddresstype_t addresstype
 
int port
 

Detailed Description

Definition at line 98 of file lhnet.c.

Field Documentation

◆ [union]

◆ addresstype

◆ in

◆ in6

◆ port

◆ sock

struct sockaddr lhnetaddressnative_t::sock

Definition at line 104 of file lhnet.c.

Referenced by LHNET_OpenSocket_Connectionless(), and LHNET_Read().


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