com.act365.net.icmp
Interface ICMP


public interface ICMP

The ICMP interface defines the constants associated with the ICMP protocol.


Field Summary
static byte ICMP_ADDRESS
          ICMP types
static byte ICMP_ADDRESSREPLY
          ICMP types
static byte ICMP_DEST_UNREACH
          ICMP types
static byte ICMP_ECHO
          ICMP types
static byte ICMP_ECHOREPLY
          ICMP types
static int ICMP_EXC_FRAGTIME
          Codes associated with the ICMP_TIME_EXCEEDED type
static int ICMP_EXC_TTL
          Codes associated with the ICMP_TIME_EXCEEDED type
static byte ICMP_FRAG_NEEDED
          Codes for the ICMP_DEST_UNREACH type
static byte ICMP_HOST_ANO
          Codes for the ICMP_DEST_UNREACH type
static byte ICMP_HOST_ISOLATED
          Codes for the ICMP_DEST_UNREACH type
static byte ICMP_HOST_UNKNOWN
          Codes for the ICMP_DEST_UNREACH type
static byte ICMP_HOST_UNR_TOS
          Codes for the ICMP_DEST_UNREACH type
static byte ICMP_HOST_UNREACH
          Codes for the ICMP_DEST_UNREACH type
static byte ICMP_INFO_REPLY
          ICMP types
static byte ICMP_INFO_REQUEST
          ICMP types
static byte ICMP_NET_ANO
          Codes for the ICMP_DEST_UNREACH type
static byte ICMP_NET_UNKNOWN
          Codes for the ICMP_DEST_UNREACH type
static byte ICMP_NET_UNR_TOS
          Codes for the ICMP_DEST_UNREACH type
static byte ICMP_NET_UNREACH
          Codes for the ICMP_DEST_UNREACH type
static byte ICMP_PARAMETERPROB
          ICMP types
static byte ICMP_PKT_FILTERED
          Codes for the ICMP_DEST_UNREACH type
static byte ICMP_PORT_UNREACH
          Codes for the ICMP_DEST_UNREACH type
static byte ICMP_PREC_CUTOFF
          Codes for the ICMP_DEST_UNREACH type
static byte ICMP_PREC_VIOLATION
          Codes for the ICMP_DEST_UNREACH type
static byte ICMP_PROT_UNREACH
          Codes for the ICMP_DEST_UNREACH type
static int ICMP_REDIR_HOST
          Codes associated with the ICMP_REDIRECT type
static int ICMP_REDIR_HOSTTOS
          Codes associated with the ICMP_REDIRECT type
static int ICMP_REDIR_NET
          Codes associated with the ICMP_REDIRECT type
static int ICMP_REDIR_NETTOS
          Codes associated with the ICMP_REDIRECT type
static byte ICMP_REDIRECT
          ICMP types
static byte ICMP_ROUTERADVERT
          ICMP types
static byte ICMP_ROUTERSOLICIT
          ICMP types
static byte ICMP_SOURCE_QUENCH
          ICMP types
static byte ICMP_SR_FAILED
          Codes for the ICMP_DEST_UNREACH type
static byte ICMP_TIME_EXCEEDED
          ICMP types
static byte ICMP_TIMESTAMP
          ICMP types
static byte ICMP_TIMESTAMPREPLY
          ICMP types
static java.lang.String[] redirectlabels
          Labels associated with the ICMP_REDIRECT type
static java.lang.String[] timeexceededlabels
          Labels associated with the ICMP_TIME_EXCEEDED type
static java.lang.String[] typelabels
          Labels associated with ICMP types
static java.lang.String[] unreachlabels
          Labels associated with the ICMP_DEST_UNREACH type
 

Field Detail

ICMP_ECHOREPLY

public static final byte ICMP_ECHOREPLY
ICMP types

ICMP_DEST_UNREACH

public static final byte ICMP_DEST_UNREACH
ICMP types

ICMP_SOURCE_QUENCH

public static final byte ICMP_SOURCE_QUENCH
ICMP types

ICMP_REDIRECT

public static final byte ICMP_REDIRECT
ICMP types

ICMP_ECHO

public static final byte ICMP_ECHO
ICMP types

ICMP_ROUTERADVERT

public static final byte ICMP_ROUTERADVERT
ICMP types

ICMP_ROUTERSOLICIT

public static final byte ICMP_ROUTERSOLICIT
ICMP types

ICMP_TIME_EXCEEDED

public static final byte ICMP_TIME_EXCEEDED
ICMP types

ICMP_PARAMETERPROB

public static final byte ICMP_PARAMETERPROB
ICMP types

ICMP_TIMESTAMP

public static final byte ICMP_TIMESTAMP
ICMP types

ICMP_TIMESTAMPREPLY

public static final byte ICMP_TIMESTAMPREPLY
ICMP types

ICMP_INFO_REQUEST

public static final byte ICMP_INFO_REQUEST
ICMP types

ICMP_INFO_REPLY

public static final byte ICMP_INFO_REPLY
ICMP types

ICMP_ADDRESS

public static final byte ICMP_ADDRESS
ICMP types

ICMP_ADDRESSREPLY

public static final byte ICMP_ADDRESSREPLY
ICMP types

typelabels

public static final java.lang.String[] typelabels
Labels associated with ICMP types

ICMP_NET_UNREACH

public static final byte ICMP_NET_UNREACH
Codes for the ICMP_DEST_UNREACH type

ICMP_HOST_UNREACH

public static final byte ICMP_HOST_UNREACH
Codes for the ICMP_DEST_UNREACH type

ICMP_PROT_UNREACH

public static final byte ICMP_PROT_UNREACH
Codes for the ICMP_DEST_UNREACH type

ICMP_PORT_UNREACH

public static final byte ICMP_PORT_UNREACH
Codes for the ICMP_DEST_UNREACH type

ICMP_FRAG_NEEDED

public static final byte ICMP_FRAG_NEEDED
Codes for the ICMP_DEST_UNREACH type

ICMP_SR_FAILED

public static final byte ICMP_SR_FAILED
Codes for the ICMP_DEST_UNREACH type

ICMP_NET_UNKNOWN

public static final byte ICMP_NET_UNKNOWN
Codes for the ICMP_DEST_UNREACH type

ICMP_HOST_UNKNOWN

public static final byte ICMP_HOST_UNKNOWN
Codes for the ICMP_DEST_UNREACH type

ICMP_HOST_ISOLATED

public static final byte ICMP_HOST_ISOLATED
Codes for the ICMP_DEST_UNREACH type

ICMP_NET_ANO

public static final byte ICMP_NET_ANO
Codes for the ICMP_DEST_UNREACH type

ICMP_HOST_ANO

public static final byte ICMP_HOST_ANO
Codes for the ICMP_DEST_UNREACH type

ICMP_NET_UNR_TOS

public static final byte ICMP_NET_UNR_TOS
Codes for the ICMP_DEST_UNREACH type

ICMP_HOST_UNR_TOS

public static final byte ICMP_HOST_UNR_TOS
Codes for the ICMP_DEST_UNREACH type

ICMP_PKT_FILTERED

public static final byte ICMP_PKT_FILTERED
Codes for the ICMP_DEST_UNREACH type

ICMP_PREC_VIOLATION

public static final byte ICMP_PREC_VIOLATION
Codes for the ICMP_DEST_UNREACH type

ICMP_PREC_CUTOFF

public static final byte ICMP_PREC_CUTOFF
Codes for the ICMP_DEST_UNREACH type

unreachlabels

public static final java.lang.String[] unreachlabels
Labels associated with the ICMP_DEST_UNREACH type

ICMP_REDIR_NET

public static final int ICMP_REDIR_NET
Codes associated with the ICMP_REDIRECT type

ICMP_REDIR_HOST

public static final int ICMP_REDIR_HOST
Codes associated with the ICMP_REDIRECT type

ICMP_REDIR_NETTOS

public static final int ICMP_REDIR_NETTOS
Codes associated with the ICMP_REDIRECT type

ICMP_REDIR_HOSTTOS

public static final int ICMP_REDIR_HOSTTOS
Codes associated with the ICMP_REDIRECT type

redirectlabels

public static final java.lang.String[] redirectlabels
Labels associated with the ICMP_REDIRECT type

ICMP_EXC_TTL

public static final int ICMP_EXC_TTL
Codes associated with the ICMP_TIME_EXCEEDED type

ICMP_EXC_FRAGTIME

public static final int ICMP_EXC_FRAGTIME
Codes associated with the ICMP_TIME_EXCEEDED type

timeexceededlabels

public static final java.lang.String[] timeexceededlabels
Labels associated with the ICMP_TIME_EXCEEDED type