vdr  1.7.27
Public Member Functions | Private Attributes
cSVDRPhost Class Reference

#include <config.h>

List of all members.

Public Member Functions

 cSVDRPhost (void)
bool Parse (const char *s)
bool IsLocalhost (void)
bool Accepts (in_addr_t Address)
 cSVDRPhost (void)
bool Parse (const char *s)
bool IsLocalhost (void)
bool Accepts (in_addr_t Address)

Private Attributes

struct in_addr addr
in_addr_t mask

Detailed Description

Definition at line 65 of file config.h.


Constructor & Destructor Documentation

Definition at line 27 of file config.c.

References addr, and mask.


Member Function Documentation

bool cSVDRPhost::Accepts ( in_addr_t  Address)

Definition at line 61 of file config.c.

References addr, and mask.

Referenced by cSVDRPhosts::Acceptable().

bool cSVDRPhost::Accepts ( in_addr_t  Address)
bool cSVDRPhost::IsLocalhost ( void  )
bool cSVDRPhost::IsLocalhost ( void  )

Definition at line 56 of file config.c.

References addr.

Referenced by cSVDRPhosts::LocalhostOnly().

bool cSVDRPhost::Parse ( const char *  s)
bool cSVDRPhost::Parse ( const char *  s)

Definition at line 33 of file config.c.

References addr, and mask.


Member Data Documentation

struct in_addr cSVDRPhost::addr [private]

Definition at line 67 of file config.h.

Referenced by Accepts(), cSVDRPhost(), IsLocalhost(), and Parse().

Definition at line 68 of file config.h.

Referenced by Accepts(), cSVDRPhost(), and Parse().


The documentation for this class was generated from the following files: