9#ifndef _SQUID_EUI_EUI48_H
10#define _SQUID_EUI_EUI48_H
35 const unsigned char *
get(
void);
37 bool set(
const char *src,
const int len) {
40 memcpy(
eui, src, len);
54 bool decode(
const char *asc);
65 bool encode(
char *buf,
const int len)
const;
bool set(const char *src, const int len)
unsigned char eui[SZ_EUI48_BUF]
bool operator==(const Eui48 &t) const
bool lookup(const Ip::Address &c)
bool operator<(const Eui48 &t) const
bool encode(char *buf, const int len) const
const unsigned char * get(void)
bool decode(const char *asc)