|
vdr 2.6.4
|
Public Member Functions | |
| cIpAddress (void) | |
| cIpAddress (const char *Address, int Port) | |
| const char * | Address (void) const |
| int | Port (void) const |
| void | Set (const char *Address, int Port) |
| void | Set (const sockaddr *SockAddr) |
| const char * | Connection (void) const |
Private Attributes | |
| cString | address |
| int | port |
| cString | connection |
| cIpAddress::cIpAddress | ( | const char * | Address, |
| int | Port | ||
| ) |
|
inline |
Definition at line 67 of file svdrp.c.
References address.
Referenced by cIpAddress(), cSVDRPServer::CmdCONN(), cSVDRPClientHandler::HandleClientConnection(), cSVDRPClient::HasAddress(), and Set().
|
inline |
Definition at line 71 of file svdrp.c.
References connection.
Referenced by cSocket::Accept(), cSVDRPClient::Connection(), cSVDRPClient::cSVDRPClient(), cSVDRPServer::cSVDRPServer(), cSocket::Discover(), cSVDRPClientHandler::HandleClientConnection(), cSVDRPClient::Process(), and cSVDRPClient::~cSVDRPClient().
|
inline |
Definition at line 68 of file svdrp.c.
References port.
Referenced by cIpAddress(), cSVDRPClient::HasAddress(), and Set().
| void cIpAddress::Set | ( | const char * | Address, |
| int | Port | ||
| ) |
Definition at line 84 of file svdrp.c.
References address, Address(), connection, port, Port(), and cString::sprintf().
Referenced by cSocket::Accept(), cIpAddress(), cIpAddress(), cSocket::Discover(), and Set().
| void cIpAddress::Set | ( | const sockaddr * | SockAddr | ) |
|
private |
|
private |
Definition at line 63 of file svdrp.c.
Referenced by Connection(), and Set().
|
private |