Rev 4720 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4720 | Rev 4728 | ||
---|---|---|---|
Line 30... | Line 30... | ||
30 | * @{ |
30 | * @{ |
31 | */ |
31 | */ |
32 | 32 | ||
33 | /** @file |
33 | /** @file |
34 | * ICMP types and codes according to the on-line IANA - ICMP Type Numbers - <http://http://www.iana.org/assignments/icmp-parameters>, cited September 14 2009. |
34 | * ICMP types and codes according to the on-line IANA - ICMP Type Numbers - <http://http://www.iana.org/assignments/icmp-parameters>, cited September 14 2009. |
35 | * Names according to the linux src/include/linux/icmp.h header file. |
- | |
36 | */ |
35 | */ |
37 | 36 | ||
38 | #ifndef __NET_ICMP_CODES_H__ |
37 | #ifndef __NET_ICMP_CODES_H__ |
39 | #define __NET_ICMP_CODES_H__ |
38 | #define __NET_ICMP_CODES_H__ |
40 | 39 |