Quake II RTX doxygen  1.0 dev
addrmatch_t Struct Reference

#include <server.h>

Public Attributes

list_t entry
 
netadr_t addr
 
netadr_t mask
 
unsigned hits
 
time_t time
 
char comment [1]
 

Detailed Description

Definition at line 395 of file server.h.

Member Data Documentation

◆ addr

netadr_t addrmatch_t::addr

Definition at line 397 of file server.h.

Referenced by format_mask(), SV_AddMatch_f(), SV_DelMatch_f(), SV_Kick_f(), and SV_MatchAddress().

◆ comment

char addrmatch_t::comment[1]

Definition at line 401 of file server.h.

Referenced by permit_connection(), SV_AddMatch_f(), SV_Kick_f(), and SV_ListMatches_f().

◆ entry

list_t addrmatch_t::entry

Definition at line 396 of file server.h.

Referenced by SV_AddMatch_f(), SV_DelMatch_f(), and SV_Kick_f().

◆ hits

unsigned addrmatch_t::hits

Definition at line 399 of file server.h.

Referenced by SV_AddMatch_f(), SV_Kick_f(), SV_ListMatches_f(), and SV_MatchAddress().

◆ mask

netadr_t addrmatch_t::mask

Definition at line 398 of file server.h.

Referenced by format_mask(), SV_AddMatch_f(), SV_DelMatch_f(), SV_Kick_f(), and SV_MatchAddress().

◆ time

time_t addrmatch_t::time

Definition at line 400 of file server.h.

Referenced by SV_AddMatch_f(), SV_Kick_f(), SV_ListMatches_f(), and SV_MatchAddress().