Please wait until the page is fully downloaded and then press the "Expand" button or the blue line numbers.

0083000 /*
0083001 server/ip/gen/icmp.h
0083002 */
0083003 
0083004 #ifndef __SERVER__IP__GEN__ICMP_H__
0083005 #define __SERVER__IP__GEN__ICMP_H__
0083006 
0083007 #define ICMP_MIN_HDR_LEN       4
0083008 
0083009 #define ICMP_TYPE_ECHO_REPL       0
0083010 #define ICMP_TYPE_DST_UNRCH       3
0083011 #       define ICMP_NET_UNRCH                     0
0083012 #       define ICMP_HOST_UNRCH                     1
0083013 #       define ICMP_PROTOCOL_UNRCH              2
0083014 #       define ICMP_PORT_UNRCH                     3
0083015 #       define ICMP_FRAGM_AND_DF              4
0083016 #       define ICMP_SOURCE_ROUTE_FAILED              5
0083017 #define ICMP_TYPE_SRC_QUENCH       4
0083018 #define ICMP_TYPE_REDIRECT       5
0083019 #       define ICMP_REDIRECT_NET              0
0083020 #       define ICMP_REDIRECT_HOST              1
0083021 #       define ICMP_REDIRECT_TOS_AND_NET       2
0083022 #       define ICMP_REDIRECT_TOS_AND_HOST       3
0083023 #define ICMP_TYPE_ECHO_REQ       8
0083024 #define ICMP_TYPE_ROUTER_ADVER       9
0083025 #define ICMP_TYPE_ROUTE_SOL       10
0083026 #define ICMP_TYPE_TIME_EXCEEDED       11
0083027 #       define ICMP_TTL_EXC                     0
0083028 #       define ICMP_FRAG_REASSEM              1
0083029 #define ICMP_TYPE_PARAM_PROBLEM       12
0083030 #define ICMP_TYPE_TS_REQ       13
0083031 #define ICMP_TYPE_TS_REPL       14
0083032 #define ICMP_TYPE_INFO_REQ       15
0083033 #define ICMP_TYPE_INFO_REPL       16
0083034 
0083035 #endif /* __SERVER__IP__GEN__ICMP_H__ */
0083036 
0083037 /*
0083038  * $PchId: icmp.h,v 1.5 1995/11/17 22:38:46 philip Exp $
0083039  */