This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | eui64 |
Macros | |
#define | _SYS_EUI64_H |
#define | SQUID_EUI64_ATON 1 |
#define | EUI64_SIZ 24 |
#define | EUI64_LEN 8 |
Functions | |
int | eui64_aton (const char *a, struct eui64 *e) |
Macro Definition Documentation
◆ _SYS_EUI64_H
#define _SYS_EUI64_H |
Definition at line 55 of file eui64_aton.h.
◆ EUI64_LEN
#define EUI64_LEN 8 |
The number of bytes in an EUI-64.
Definition at line 70 of file eui64_aton.h.
◆ EUI64_SIZ
#define EUI64_SIZ 24 |
Size of the ASCII representation of an EUI-64.
Definition at line 65 of file eui64_aton.h.
◆ SQUID_EUI64_ATON
#define SQUID_EUI64_ATON 1 |
Definition at line 60 of file eui64_aton.h.
Function Documentation
◆ eui64_aton()
Definition at line 94 of file eui64_aton.c.
References EUI64_LEN, and eui64::octet.
Referenced by Eui::Eui64::decode().