|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Code constants for ICMP message types. Taken originally from tcpdump/print-icmp.c
Field Summary | |
static int |
ECHO
Echo request. |
static int |
ECHO_REPLY
Echo reply. |
static int |
IREQ
information request |
static int |
IREQ_REPLY
information reply |
static int |
LAST_MAJOR_CODE
|
static int |
MASK_REPLY
address mask reply |
static int |
MASK_REQ
address mask request |
static int |
PARAM_PROB
ip header bad. |
static int |
REDIRECT_HOST
Shorter route to host. |
static int |
REDIRECT_NET
Shorter route to network. |
static int |
REDIRECT_TOSHOST
Shorter route for TOS and host. |
static int |
REDIRECT_TOSNET
Shorter route for TOS and network. |
static int |
ROUTER_ADVERT
router advertisement |
static int |
ROUTER_SOLICIT
router solicitation |
static int |
SOURCE_QUENCH
Packet lost, slow down. |
static int |
TIME_EXCEED_INTRANS
time exceeded in transit. |
static int |
TIME_EXCEED_REASS
time exceeded in reass. |
static int |
TSTAMP
timestamp request |
static int |
TSTAMP_REPLY
timestamp reply |
static int |
UNREACH_HOST
Destination host unreachable. |
static int |
UNREACH_HOST_PROHIB
Host access prohibited. |
static int |
UNREACH_HOST_UNKNOWN
Unknown host. |
static int |
UNREACH_ISOLATED
Src host isolated. |
static int |
UNREACH_NEEDFRAG
IP_DF caused drop. |
static int |
UNREACH_NET
Destination network unreachable. |
static int |
UNREACH_NET_PROHIB
Network access prohibited. |
static int |
UNREACH_NET_UNKNOWN
Unknown network. |
static int |
UNREACH_PORT
Bad port. |
static int |
UNREACH_PROTOCOL
Bad protocol. |
static int |
UNREACH_SRCFAIL
Src route failed. |
static int |
UNREACH_TOSHOST
Bad TOS for host. |
static int |
UNREACH_TOSNET
Bad TOS for net. |
Field Detail |
public static final int ECHO_REPLY
public static final int UNREACH_NET
public static final int UNREACH_HOST
public static final int UNREACH_PROTOCOL
public static final int UNREACH_PORT
public static final int UNREACH_NEEDFRAG
public static final int UNREACH_SRCFAIL
public static final int UNREACH_NET_UNKNOWN
public static final int UNREACH_HOST_UNKNOWN
public static final int UNREACH_ISOLATED
public static final int UNREACH_NET_PROHIB
public static final int UNREACH_HOST_PROHIB
public static final int UNREACH_TOSNET
public static final int UNREACH_TOSHOST
public static final int SOURCE_QUENCH
public static final int REDIRECT_NET
public static final int REDIRECT_HOST
public static final int REDIRECT_TOSNET
public static final int REDIRECT_TOSHOST
public static final int ECHO
public static final int ROUTER_ADVERT
public static final int ROUTER_SOLICIT
public static final int TIME_EXCEED_INTRANS
public static final int TIME_EXCEED_REASS
public static final int PARAM_PROB
public static final int TSTAMP
public static final int TSTAMP_REPLY
public static final int IREQ
public static final int IREQ_REPLY
public static final int MASK_REQ
public static final int MASK_REPLY
public static final int LAST_MAJOR_CODE
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |