vdr
2.2.0
|
#include <config.h>
Public Member Functions | |
cSVDRPhost (void) | |
bool | Parse (const char *s) |
bool | IsLocalhost (void) |
bool | Accepts (in_addr_t Address) |
![]() | |
cListObject (void) | |
virtual | ~cListObject () |
virtual int | Compare (const cListObject &ListObject) const |
void | Append (cListObject *Object) |
void | Insert (cListObject *Object) |
void | Unlink (void) |
int | Index (void) const |
cListObject * | Prev (void) const |
cListObject * | Next (void) const |
Private Attributes | |
struct in_addr | addr |
in_addr_t | mask |
bool cSVDRPhost::Accepts | ( | in_addr_t | Address | ) |
Definition at line 62 of file config.c.
Referenced by cSVDRPhosts::Acceptable().
bool cSVDRPhost::IsLocalhost | ( | void | ) |
Definition at line 57 of file config.c.
References addr.
Referenced by cSVDRPhosts::LocalhostOnly().
bool cSVDRPhost::Parse | ( | const char * | s | ) |
Definition at line 34 of file config.c.
Referenced by cNestedItemList::Load(), cSetup::Load(), cNestedItemList::Parse(), and cSetupLine::Value().
|
private |
Definition at line 78 of file config.h.
Referenced by Accepts(), cSVDRPhost(), IsLocalhost(), and Parse().
|
private |
Definition at line 79 of file config.h.
Referenced by Accepts(), cSVDRPhost(), and Parse().