Enum ICMPRedirectSubcodes

File: src/inet/networklayer/ipv4/ICMPMessage.msg

(no description)

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Source code:

enum ICMPRedirectSubcodes
{

    ICMP_REDIRECT_NET = 0;    // for network
    ICMP_REDIRECT_HOST = 1;    // for host
    ICMP_REDIRECT_TOSNET = 2;    // for tos and net
    ICMP_REDIRECT_TOSHOST = 3;    // for tos and host
}