#include <BroadcastSocket.h>

Public Member Functions | |
| BroadcastSocket () | |
| virtual | ~BroadcastSocket () |
| void | bind (int port, std::string address="") |
| void | bind (int port, const NetInterface &iface) |
Definition at line 16 of file BroadcastSocket.h.
| ibrcommon::BroadcastSocket::BroadcastSocket | ( | ) |
| ibrcommon::BroadcastSocket::~BroadcastSocket | ( | ) | [virtual] |
Definition at line 25 of file BroadcastSocket.cpp.
| void ibrcommon::BroadcastSocket::bind | ( | int | port, | |
| std::string | address = "" | |||
| ) |
Definition at line 43 of file BroadcastSocket.cpp.
References ibrcommon::udpsocket::_sockaddr, and ibrcommon::udpsocket::_socket.
Referenced by bind(), dtn::net::UDPConvergenceLayer::componentUp(), and dtn::net::IPNDAgent::componentUp().
| void ibrcommon::BroadcastSocket::bind | ( | int | port, | |
| const NetInterface & | iface | |||
| ) |
Definition at line 29 of file BroadcastSocket.cpp.
References ibrcommon::udpsocket::_sockaddr, ibrcommon::udpsocket::_socket, bind(), and ibrcommon::NetInterface::getBroadcast().
1.5.6