vdr
1.7.27
|
#include <config.h>
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 |
cSVDRPhost::cSVDRPhost | ( | void | ) |
cSVDRPhost::cSVDRPhost | ( | void | ) |
bool cSVDRPhost::Accepts | ( | in_addr_t | Address | ) |
Definition at line 61 of file config.c.
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 | ) |
struct in_addr cSVDRPhost::addr [private] |
Definition at line 67 of file config.h.
Referenced by Accepts(), cSVDRPhost(), IsLocalhost(), and Parse().
in_addr_t cSVDRPhost::mask [private] |
Definition at line 68 of file config.h.
Referenced by Accepts(), cSVDRPhost(), and Parse().