libbgp
0.6
A C++ BGP Library.
|
This is the complete list of members for libbgp::Prefix6, including all inherited members.
afi (defined in libbgp::Prefix) | libbgp::Prefix | |
getLength() const | libbgp::Prefix6 | |
getMask(uint8_t mask[16]) const | libbgp::Prefix6 | |
getPrefix(uint8_t prefix[16]) const | libbgp::Prefix6 | |
Includes(const uint8_t prefix[16], uint8_t length, const uint8_t address[16]) | libbgp::Prefix6 | static |
Includes(const uint8_t prefix_a[16], uint8_t length_a, const uint8_t prefix_b[16], uint8_t length_b) | libbgp::Prefix6 | static |
includes(const uint8_t address[16]) const | libbgp::Prefix6 | |
includes(const char *address) const | libbgp::Prefix6 | |
includes(const Prefix &other) const | libbgp::Prefix6 | virtual |
includes(const uint8_t prefix[16], uint8_t length) const | libbgp::Prefix6 | |
includes(const char *prefix, uint8_t length) const | libbgp::Prefix6 | |
operator!=(const Prefix &other) const (defined in libbgp::Prefix6) | libbgp::Prefix6 | virtual |
operator<(const Prefix &other) const (defined in libbgp::Prefix6) | libbgp::Prefix6 | virtual |
operator<=(const Prefix &other) const (defined in libbgp::Prefix6) | libbgp::Prefix6 | virtual |
operator==(const Prefix &other) const | libbgp::Prefix6 | virtual |
operator>(const Prefix &other) const (defined in libbgp::Prefix6) | libbgp::Prefix6 | virtual |
operator>=(const Prefix &other) const (defined in libbgp::Prefix6) | libbgp::Prefix6 | virtual |
parse(const uint8_t *buffer, size_t buf_sz) | libbgp::Prefix6 | virtual |
Prefix6() | libbgp::Prefix6 | |
Prefix6(const uint8_t prefix[16], uint8_t length) | libbgp::Prefix6 | |
Prefix6(const char *prefix, uint8_t length) | libbgp::Prefix6 | |
set(const uint8_t prefix[16], uint8_t length) | libbgp::Prefix6 | |
setLength(uint8_t length) | libbgp::Prefix6 | |
setPrefix(const uint8_t prefix[16]) | libbgp::Prefix6 | |
write(uint8_t *buffer, size_t buf_sz) const | libbgp::Prefix6 | virtual |
~Prefix() (defined in libbgp::Prefix) | libbgp::Prefix | inlinevirtual |