IBR-DTNSuite  0.8
ibrcommon::UnicastSocket Class Reference

#include <UnicastSocket.h>

Inheritance diagram for ibrcommon::UnicastSocket:
Collaboration diagram for ibrcommon::UnicastSocket:

List of all members.

Public Member Functions

 UnicastSocket ()
virtual ~UnicastSocket ()
void bind (int port, const vaddress &address)
void bind (int port, const vinterface &iface)
void bind ()

Detailed Description

Definition at line 17 of file UnicastSocket.h.


Constructor & Destructor Documentation

Definition at line 18 of file UnicastSocket.cpp.


Member Function Documentation

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().

Here is the call graph for this function:

void ibrcommon::UnicastSocket::bind ( int  port,
const vinterface iface 
)

Definition at line 22 of file UnicastSocket.cpp.

References bind(), and ibrcommon::vinterface::getAddresses().

Here is the call graph for this function:

Definition at line 39 of file UnicastSocket.cpp.

References ibrcommon::udpsocket::_socket, and ibrcommon::vsocket::bind().

Referenced by bind().

Here is the call graph for this function:


The documentation for this class was generated from the following files: