9#ifndef _SQUID_EUI_EUI64_H
10#define _SQUID_EUI_EUI64_H
29#define SZ_EUI64_BUF EUI64_LEN
43 const unsigned char *
get(
void);
45 bool set(
const char *src,
const int len) {
48 memcpy(
eui, src, len);
62 bool decode(
const char *asc);
73 bool encode(
char *buf,
const int len)
const;
bool set(const char *src, const int len)
bool operator<(const Eui64 &t) const
const unsigned char * get(void)
unsigned char eui[SZ_EUI64_BUF]
bool operator==(const Eui64 &t) const
bool lookupNdp(const Ip::Address &c)
bool lookupSlaac(const Ip::Address &c)
bool decode(const char *asc)
bool lookup(const Ip::Address &c)
bool encode(char *buf, const int len) const