initial version, corresponding to ipfw3-2012
[ipfw-google.git] / sys / netinet / ip_icmp.h
1 /*
2  * additional define not present in linux
3  * should go in glue.h
4  */
5 #ifndef _NETINET_IP_ICMP_H_
6 #define _NETINET_IP_ICMP_H_
7
8 #define ICMP_MAXTYPE            40      /* defined as 18 in compat.h */
9 #define ICMP_ROUTERSOLICIT      10              /* router solicitation */
10 #define ICMP_TSTAMP             13              /* timestamp request */
11 #define ICMP_IREQ               15              /* information request */
12 #define ICMP_MASKREQ            17              /* address mask request */
13 #define         ICMP_UNREACH_HOST       1               /* bad host */
14
15 #define ICMP_UNREACH            3               /* dest unreachable, codes: */
16
17 #endif /* _NETINET_IP_ICMP_H_ */