IcmpRedirectSubcodes

Namespace inet

IcmpRedirectSubcodes

enum

(no description)

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
}

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