OpenSDN source code
|
Go to the source code of this file.
Classes | |
class | Icmpv6Proto |
struct | Icmpv6Proto::Icmpv6Ipc |
struct | Icmpv6Proto::Icmpv6Stats |
struct | Icmpv6Proto::InterfaceNdpInfo |
class | Icmpv6VrfState |
struct | InterfaceIcmpv6PathPreferenceInfo |
class | Icmpv6PathPreferenceState |
class | Icmpv6RouteState |
Macros | |
#define | ICMP_PKT_SIZE 1024 |
#define | IPV6_ALL_NODES_ADDRESS "FF02::1" |
#define | IPV6_ALL_ROUTERS_ADDRESS "FF02::2" |
#define | PKT0_LINKLOCAL_ADDRESS "FE80::5E00:0100" |
#define | NDP_TRACE(obj,...) |
#define | ICMPV6_TRACE(obj, arg) |
Typedefs | |
typedef boost::intrusive_ptr < Icmpv6PathPreferenceState > | Icmpv6PathPreferenceStatePtr |
Functions | |
void | intrusive_ptr_add_ref (Icmpv6PathPreferenceState *ps) |
void | intrusive_ptr_release (Icmpv6PathPreferenceState *ps) |
#define ICMP_PKT_SIZE 1024 |
Definition at line 12 of file icmpv6_proto.h.
#define ICMPV6_TRACE | ( | obj, | |
arg | |||
) |
Definition at line 22 of file icmpv6_proto.h.
#define IPV6_ALL_NODES_ADDRESS "FF02::1" |
Definition at line 13 of file icmpv6_proto.h.
#define IPV6_ALL_ROUTERS_ADDRESS "FF02::2" |
Definition at line 14 of file icmpv6_proto.h.
#define NDP_TRACE | ( | obj, | |
... | |||
) |
Definition at line 17 of file icmpv6_proto.h.
#define PKT0_LINKLOCAL_ADDRESS "FE80::5E00:0100" |
Definition at line 15 of file icmpv6_proto.h.
typedef boost::intrusive_ptr<Icmpv6PathPreferenceState> Icmpv6PathPreferenceStatePtr |
Definition at line 335 of file icmpv6_proto.h.
void intrusive_ptr_add_ref | ( | Icmpv6PathPreferenceState * | ps | ) |
Definition at line 440 of file icmpv6_proto.cc.
void intrusive_ptr_release | ( | Icmpv6PathPreferenceState * | ps | ) |