#include <UnicastSocket.h>
Inherits ibrcommon::udpsocket.

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.
| ibrcommon::UnicastSocket::UnicastSocket | ( | ) |
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 35 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 | ( | ) |
Definition at line 40 of file UnicastSocket.cpp.
References ibrcommon::udpsocket::_socket, and ibrcommon::vsocket::bind().
Referenced by bind().

| void ibrcommon::UnicastSocket::bind | ( | int | port, | |
| const vinterface & | iface | |||
| ) |
Definition at line 22 of file UnicastSocket.cpp.
References bind(), and ibrcommon::vinterface::getAddresses().

1.7.1