#include <SOCK_Dgram_Bcast.h>
Collaboration diagram for ACE_Bcast_Node:
Public Methods | |
ACE_Bcast_Node (ACE_INET_Addr &, ACE_Bcast_Node *) | |
Default constructor. | |
~ACE_Bcast_Node (void) | |
Destructor. | |
Public Attributes | |
ACE_INET_Addr | bcast_addr_ |
Broadcast address for the interface. | |
ACE_Bcast_Node * | next_ |
Pointer to the next interface in the chain. |
|
Default constructor.
|
|
Destructor.
|
|
Broadcast address for the interface.
|
|
Pointer to the next interface in the chain.
|