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

Data Fields

lhnetaddressnative_t address
 
double expirationtime
 
char name [64]
 

Detailed Description

Definition at line 116 of file lhnet.c.

Field Documentation

◆ address

lhnetaddressnative_t namecache_s::address

Definition at line 118 of file lhnet.c.

Referenced by LHNETADDRESS_FromString().

◆ expirationtime

double namecache_s::expirationtime

Definition at line 119 of file lhnet.c.

Referenced by LHNETADDRESS_FromString().

◆ name

char namecache_s::name[64]

Definition at line 120 of file lhnet.c.

Referenced by LHNETADDRESS_FromString().


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