|
vdr
2.2.0
|
#include <config.h>
Public Member Functions | |
| bool | LocalhostOnly (void) |
| bool | Acceptable (in_addr_t Address) |
Public Member Functions inherited from cConfig< cSVDRPhost > | |
| cConfig (void) | |
| virtual | ~cConfig () |
| const char * | FileName (void) |
| bool | Load (const char *FileName=NULL, bool AllowComments=false, bool MustExist=false) |
| bool | Save (void) |
Public Member Functions inherited from cList< cSVDRPhost > | |
| cSVDRPhost * | Get (int Index) const |
| cSVDRPhost * | First (void) const |
| cSVDRPhost * | Last (void) const |
| cSVDRPhost * | Prev (const cSVDRPhost *object) const |
| cSVDRPhost * | Next (const cSVDRPhost *object) const |
Public Member Functions inherited from cListBase | |
| virtual | ~cListBase () |
| void | Add (cListObject *Object, cListObject *After=NULL) |
| void | Ins (cListObject *Object, cListObject *Before=NULL) |
| void | Del (cListObject *Object, bool DeleteObject=true) |
| virtual void | Move (int From, int To) |
| void | Move (cListObject *From, cListObject *To) |
| cListObject * | Get (int Index) const |
| int | Count (void) const |
| void | Sort (void) |
Additional Inherited Members | |
Protected Member Functions inherited from cListBase | |
| cListBase (void) | |
Protected Attributes inherited from cListBase | |
| cListObject * | objects |
| cListObject * | lastObject |
| int | count |
| bool cSVDRPhosts::Acceptable | ( | in_addr_t | Address | ) |
Definition at line 293 of file config.c.
References cSVDRPhost::Accepts(), and cListObject::Next().
Referenced by cSocket::Accept().
| bool cSVDRPhosts::LocalhostOnly | ( | void | ) |
Definition at line 282 of file config.c.
References cSVDRPhost::IsLocalhost(), and cListObject::Next().
Referenced by cSocket::Open().
1.8.11