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

Public Member Functions | |
| UnicastSocket () | |
| virtual | ~UnicastSocket () |
| void | bind (int port, std::string address="") |
| void | bind (int port, const NetInterface &iface) |
Definition at line 16 of file UnicastSocket.h.
| ibrcommon::UnicastSocket::UnicastSocket | ( | ) |
Definition at line 12 of file UnicastSocket.cpp.
| ibrcommon::UnicastSocket::~UnicastSocket | ( | ) | [virtual] |
Definition at line 18 of file UnicastSocket.cpp.
| void ibrcommon::UnicastSocket::bind | ( | int | port, | |
| std::string | address = "" | |||
| ) |
Definition at line 36 of file UnicastSocket.cpp.
References ibrcommon::udpsocket::_sockaddr, and ibrcommon::udpsocket::_socket.
Referenced by bind(), and dtn::net::UDPConvergenceLayer::componentUp().
| void ibrcommon::UnicastSocket::bind | ( | int | port, | |
| const NetInterface & | iface | |||
| ) |
Definition at line 22 of file UnicastSocket.cpp.
References ibrcommon::udpsocket::_sockaddr, ibrcommon::udpsocket::_socket, bind(), and ibrcommon::NetInterface::getAddress().

1.7.1