#include <ethsock.h>
Public Member Functions | |
Address () | |
Address (const BYTE *addr) | |
Address (const Address &addr) | |
Address (const PString &str) | |
Address & | operator= (const Address &addr) |
Address & | operator= (const PString &str) |
bool | operator== (const BYTE *eth) const |
bool | operator!= (const BYTE *eth) const |
bool | operator== (const Address ð) const |
bool | operator!= (const Address ð) const |
operator PString () const | |
Public Attributes | |
BYTE | b [6] |
WORD | w [3] |
struct { | |
DWORD l | |
WORD s | |
} | ls |
Friends | |
ostream & | operator<< (ostream &s, const Address &a) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|