|
vdr 2.6.4
|
#include <config.h>
Public Member Functions | |
| cSVDRPhost (void) | |
| bool | Parse (const char *s) |
| bool | IsLocalhost (void) |
| bool | Accepts (in_addr_t Address) |
Public Member Functions inherited from cListObject | |
| 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 | ) |
|
private |
Definition at line 85 of file config.h.
Referenced by Accepts(), cSVDRPhost(), IsLocalhost(), and Parse().
|
private |
Definition at line 86 of file config.h.
Referenced by Accepts(), cSVDRPhost(), and Parse().