OpenSDN source code
|
#include <string>
#include <boost/asio/ip/address.hpp>
#include <base/parse_object.h>
#include "bfd/bfd_common.h"
Go to the source code of this file.
Classes | |
struct | BFD::ControlPacket |
Namespaces | |
BFD | |
Functions | |
ControlPacket * | BFD::ParseControlPacket (const uint8_t *data, size_t size) |
int | BFD::EncodeControlPacket (const ControlPacket *msg, uint8_t *data, size_t size) |
bool | BFD::operator== (const ControlPacket &p1, const ControlPacket &p2) |