Rev 4307 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4307 | Rev 4704 | ||
---|---|---|---|
Line 36... | Line 36... | ||
36 | */ |
36 | */ |
37 | 37 | ||
38 | #ifndef __NET_IPPROTOCOLS_H__ |
38 | #ifndef __NET_IPPROTOCOLS_H__ |
39 | #define __NET_IPPROTOCOLS_H__ |
39 | #define __NET_IPPROTOCOLS_H__ |
40 | 40 | ||
- | 41 | /** @name IP protocols definitions |
|
- | 42 | */ |
|
- | 43 | /*@{*/ |
|
- | 44 | ||
41 | /** IPv6 Hop-by-Hop Option internet protocol number. |
45 | /** IPv6 Hop-by-Hop Option internet protocol number. |
42 | */ |
46 | */ |
43 | #define IPPROTO_HOPOPT 0 |
47 | #define IPPROTO_HOPOPT 0 |
44 | 48 | ||
45 | /** Internet Control Message internet protocol number. |
49 | /** Internet Control Message internet protocol number. |
Line 606... | Line 610... | ||
606 | 610 | ||
607 | /** Maximum internet protocol number. |
611 | /** Maximum internet protocol number. |
608 | */ |
612 | */ |
609 | #define IPPROTO_MAX ( IPPROTO_RAW + 1 ) |
613 | #define IPPROTO_MAX ( IPPROTO_RAW + 1 ) |
610 | 614 | ||
- | 615 | /*@}*/ |
|
- | 616 | ||
611 | #endif |
617 | #endif |
612 | 618 | ||
613 | /** @} |
619 | /** @} |
614 | */ |
620 | */ |