Public Types | |
enum | { NET_UNREACHABLE = 0, HOST_UNREACHABLE = 1, PROTOCOL_UNREACHABLE = 2, PORT_UNREACHABLE = 3, FRAG_NEEDED = 4, SOURCE_ROUTE_FAILED = 5 } |
Public Member Functions | |
void | SetNextHopMtu (uint16_t mtu) |
uint16_t | GetNextHopMtu (void) const |
void | SetData (Ptr< const Packet > data) |
void | SetHeader (Ipv4Header header) |
void | GetData (uint8_t payload[8]) const |
Ipv4Header | GetHeader (void) const |
Static Public Member Functions | |
static TypeId | GetTypeId (void) |
This method returns the TypeId associated to ns3::Header. |
static TypeId ns3::Icmpv4DestinationUnreachable::GetTypeId | ( | void | ) | [static] |
This method returns the TypeId associated to ns3::Header.
No Attributes defined for this type.
No TraceSources defined for this type.
Reimplemented from ns3::Header.