IBR-DTNSuite
0.8
|
#include <UnicastSocket.h>
Public Member Functions | |
UnicastSocket () | |
virtual | ~UnicastSocket () |
void | bind (int port, const vaddress &address) |
void | bind (int port, const vinterface &iface) |
void | bind () |
Definition at line 17 of file UnicastSocket.h.
Definition at line 14 of file UnicastSocket.cpp.
ibrcommon::UnicastSocket::~UnicastSocket | ( | ) | [virtual] |
Definition at line 18 of file UnicastSocket.cpp.
void ibrcommon::UnicastSocket::bind | ( | int | port, |
const vaddress & | address | ||
) |
Definition at line 34 of file UnicastSocket.cpp.
References ibrcommon::udpsocket::_socket, and ibrcommon::vsocket::bind().
Referenced by dtn::daemon::StatisticLogger::componentUp(), and dtn::net::UDPConvergenceLayer::componentUp().
void ibrcommon::UnicastSocket::bind | ( | int | port, |
const vinterface & | iface | ||
) |
Definition at line 22 of file UnicastSocket.cpp.
References bind(), and ibrcommon::vinterface::getAddresses().
void ibrcommon::UnicastSocket::bind | ( | ) |
Definition at line 39 of file UnicastSocket.cpp.
References ibrcommon::udpsocket::_socket, and ibrcommon::vsocket::bind().
Referenced by bind().