#include "inetAddrID.h"
Definition at line 27 of file inetAddrID.h.
inetAddrID::inetAddrID |
( |
const struct sockaddr_in & |
addrIn | ) |
|
|
inline |
Definition at line 52 of file inetAddrID.h.
54 const unsigned inetAddrMinIndexBitWidth = 8u;
55 const unsigned inetAddrMaxIndexBitWidth = 32u;
57 index = this->addr.sin_addr.s_addr;
58 index ^= this->addr.sin_port;
59 index ^= this->addr.sin_port >> 8u;
61 inetAddrMaxIndexBitWidth, index );
resTableIndex integerHash(unsigned MIN_INDEX_WIDTH, unsigned MAX_ID_WIDTH, const T &id)
void inetAddrID::name |
( |
char * |
pBuf, |
|
|
unsigned |
bufSize |
|
) |
| const |
|
inline |
Definition at line 64 of file inetAddrID.h.
unsigned epicsStdCall ipAddrToDottedIP(const struct sockaddr_in *paddr, char *pBuf, unsigned bufSize)
bool inetAddrID::operator== |
( |
const inetAddrID & |
rhs | ) |
const |
|
inline |
Definition at line 42 of file inetAddrID.h.
44 if ( this->addr.sin_addr.s_addr == rhs.addr.sin_addr.s_addr ) {
45 if ( this->addr.sin_port == rhs.addr.sin_port ) {
The documentation for this class was generated from the following file: