OpenSDN source code
|
#include <dhcpv6_proto.h>
Public Member Functions | |
DhcpStats () | |
void | Reset () |
Public Attributes | |
uint32_t | solicit |
uint32_t | advertise |
uint32_t | request |
uint32_t | confirm |
uint32_t | renew |
uint32_t | rebind |
uint32_t | reply |
uint32_t | release |
uint32_t | decline |
uint32_t | reconfigure |
uint32_t | information_request |
uint32_t | error |
Definition at line 32 of file dhcpv6_proto.h.
|
inline |
|
inline |
Definition at line 34 of file dhcpv6_proto.h.
uint32_t Dhcpv6Proto::DhcpStats::advertise |
Definition at line 41 of file dhcpv6_proto.h.
uint32_t Dhcpv6Proto::DhcpStats::confirm |
Definition at line 43 of file dhcpv6_proto.h.
uint32_t Dhcpv6Proto::DhcpStats::decline |
Definition at line 48 of file dhcpv6_proto.h.
uint32_t Dhcpv6Proto::DhcpStats::error |
Definition at line 51 of file dhcpv6_proto.h.
uint32_t Dhcpv6Proto::DhcpStats::information_request |
Definition at line 50 of file dhcpv6_proto.h.
uint32_t Dhcpv6Proto::DhcpStats::rebind |
Definition at line 45 of file dhcpv6_proto.h.
uint32_t Dhcpv6Proto::DhcpStats::reconfigure |
Definition at line 49 of file dhcpv6_proto.h.
uint32_t Dhcpv6Proto::DhcpStats::release |
Definition at line 47 of file dhcpv6_proto.h.
uint32_t Dhcpv6Proto::DhcpStats::renew |
Definition at line 44 of file dhcpv6_proto.h.
uint32_t Dhcpv6Proto::DhcpStats::reply |
Definition at line 46 of file dhcpv6_proto.h.
uint32_t Dhcpv6Proto::DhcpStats::request |
Definition at line 42 of file dhcpv6_proto.h.
uint32_t Dhcpv6Proto::DhcpStats::solicit |
Definition at line 40 of file dhcpv6_proto.h.