Linked list of broadcast interfaces. More...
#include <SOCK_Dgram_Bcast.h>

Public Member Functions | |
| 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. | |
Linked list of broadcast interfaces.
Definition at line 34 of file SOCK_Dgram_Bcast.h.
| ACE_Bcast_Node::ACE_Bcast_Node | ( | ACE_INET_Addr & | addr, | |
| ACE_Bcast_Node * | next | |||
| ) |
Default constructor.
Definition at line 22 of file SOCK_Dgram_Bcast.cpp.
: bcast_addr_ (addr), next_ (next) { ACE_TRACE ("ACE_Bcast_Node::ACE_Bcast_Node"); }
| ACE_Bcast_Node::~ACE_Bcast_Node | ( | void | ) |
Broadcast address for the interface.
Definition at line 45 of file SOCK_Dgram_Bcast.h.
Pointer to the next interface in the chain.
Definition at line 48 of file SOCK_Dgram_Bcast.h.
1.7.0