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