#include <server.h>
Public Attributes | |
| list_t | entry |
| netadr_t | addr |
| netadr_t | mask |
| unsigned | hits |
| time_t | time |
| char | comment [1] |
| 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().
| 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().
| 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().
| 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().
| 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_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().