27#ifndef NIDAS_UTIL_INET4PACKETINFO_H
28#define NIDAS_UTIL_INET4PACKETINFO_H
33namespace nidas {
namespace util {
Support for IP version 4 host address.
Definition Inet4Address.h:46
Definition Inet4NetworkInterface.h:36
Definition Inet4PacketInfo.h:93
void setRemoteSocketAddress(const Inet4SocketAddress &val)
Definition Inet4PacketInfo.h:104
Inet4PacketInfoX()
Definition Inet4PacketInfo.h:95
Inet4SocketAddress getRemoteSocketAddress() const
The remote address of the packet.
Definition Inet4PacketInfo.h:102
Inet4SocketAddress _remotesaddr
Definition Inet4PacketInfo.h:107
Ancillary information that can be determined about an incoming UDP packet.
Definition Inet4PacketInfo.h:40
virtual void setLocalAddress(const Inet4Address &val)
Definition Inet4PacketInfo.h:56
Inet4Address _destaddr
Definition Inet4PacketInfo.h:85
virtual void setFlags(int val)
Definition Inet4PacketInfo.h:80
virtual void setDestinationAddress(const Inet4Address &val)
Definition Inet4PacketInfo.h:65
Inet4NetworkInterface _iface
Definition Inet4PacketInfo.h:87
Inet4Address _localaddr
Definition Inet4PacketInfo.h:83
virtual ~Inet4PacketInfo()
Definition Inet4PacketInfo.h:47
virtual const Inet4Address & getDestinationAddress() const
The destination address of the packet.
Definition Inet4PacketInfo.h:63
virtual void setInterface(const Inet4NetworkInterface &val)
Definition Inet4PacketInfo.h:72
Inet4PacketInfo()
Definition Inet4PacketInfo.h:42
virtual int getFlags() const
The flags on the received packet.
Definition Inet4PacketInfo.h:78
virtual const Inet4NetworkInterface & getInterface() const
The interface that the packet was received on.
Definition Inet4PacketInfo.h:70
int _flags
Definition Inet4PacketInfo.h:89
virtual Inet4Address getLocalAddress() const
The local address of the packet.
Definition Inet4PacketInfo.h:54
A IP version 4 socket address, containing a host address, and a port number.
Definition Inet4SocketAddress.h:41
Root namespace for the NCAR In-Situ Data Acquisition Software.
Definition A2DConverter.h:31