Rev 4728 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4728 | Rev 4746 | ||
---|---|---|---|
Line 263... | Line 263... | ||
263 | */ |
263 | */ |
264 | #define ICMP_ALTERNATE_HOST 0 |
264 | #define ICMP_ALTERNATE_HOST 0 |
265 | 265 | ||
266 | /*@}*/ |
266 | /*@}*/ |
267 | 267 | ||
268 | /** @name ICMP_TIME_EXCEEDED codes definitions |
- | |
269 | */ |
- | |
270 | /*@{*/ |
- | |
271 | - | ||
272 | /** Transit TTL exceeded. |
- | |
273 | */ |
- | |
274 | #define ICMP_EXC_TTL 0 |
- | |
275 | - | ||
276 | /** Reassembly TTL exceeded. |
- | |
277 | */ |
- | |
278 | #define ICMP_EXC_FRAGTIME 1 |
- | |
279 | - | ||
280 | /*@}*/ |
- | |
281 | - | ||
282 | /** @name ICMP_ROUTER_ADV codes definitions |
268 | /** @name ICMP_ROUTER_ADV codes definitions |
283 | */ |
269 | */ |
284 | /*@{*/ |
270 | /*@{*/ |
285 | 271 | ||
286 | /** Normal router advertisement. |
272 | /** Normal router advertisement. |