OpenSDN source code
|
This is the complete list of members for BFD::UDPConnectionManager::UDPCommunicator, including all inherited members.
AllocateBuffer() | UdpServer | |
AllocateBuffer(std::size_t s) | UdpServer | |
DeallocateBuffer(const boost::asio::const_buffer &buffer) | UdpServer | |
DisableSandeshLogMessages() | UdpServer | inlineprotectedvirtual |
Endpoint typedef | UdpServer | |
event_manager() | UdpServer | inlineprotected |
GetLocalEndpoint(boost::system::error_code *error) const | UdpServer | |
GetLocalEndpointAddress() const | UdpServer | |
GetLocalEndpointPort() const | UdpServer | |
GetRxSocketStats(SocketIOStats *socket_stats) const | UdpServer | |
GetServerState() const | UdpServer | inline |
GetSocketStats() const | UdpServer | inline |
GetTxSocketStats(SocketIOStats *socket_stats) const | UdpServer | |
HandleReceive(const boost::asio::const_buffer &recv_buffer, boost::asio::ip::udp::endpoint remote_endpoint, std::size_t bytes_transferred, const boost::system::error_code &error) | UdpServer | protectedvirtual |
HandleSend(boost::asio::const_buffer send_buffer, boost::asio::ip::udp::endpoint remote_endpoint, std::size_t bytes_transferred, const boost::system::error_code &error) | UdpServer | protectedvirtual |
Initialize(unsigned short port) | UdpServer | virtual |
Initialize(const std::string &ipaddress, unsigned short port) | UdpServer | virtual |
Initialize(boost::asio::ip::udp::endpoint local_endpoint) | UdpServer | virtual |
kDefaultBufferSize | UdpServer | static |
OK enum value | UdpServer | |
OnRead(const boost::asio::const_buffer &recv_buffer, const boost::asio::ip::udp::endpoint &remote_endpoint) | UdpServer | protectedvirtual |
reader_task_id() const | UdpServer | inlineprotectedvirtual |
reader_task_instance(const boost::asio::ip::udp::endpoint &remote_endpoint) const | UdpServer | protectedvirtual |
remotePort() const | BFD::UDPConnectionManager::UDPCommunicator | inline |
remotePort_ | BFD::UDPConnectionManager::UDPCommunicator | private |
ServerState enum name | UdpServer | |
Shutdown() | UdpServer | virtual |
Socket typedef | UdpServer | |
SocketBindFailed enum value | UdpServer | |
SocketOpenFailed enum value | UdpServer | |
StartReceive() | UdpServer | |
StartSend(boost::asio::ip::udp::endpoint ep, std::size_t bytes_to_send, boost::asio::const_buffer buffer) | UdpServer | |
ToString() | UdpServer | inlineprotectedvirtual |
UDPCommunicator(EventManager *evm, int remotePort) | BFD::UDPConnectionManager::UDPCommunicator | |
UdpServer(EventManager *evm, int buffer_size=kDefaultBufferSize) | UdpServer | explicit |
UdpServer(boost::asio::io_context *io_service, int buffer_size=kDefaultBufferSize) | UdpServer | explicit |
Uninitialized enum value | UdpServer | |
~UdpServer() | UdpServer | virtual |