|
ReactOS 0.4.16-dev-1946-g52006dd
|


Go to the source code of this file.
Classes | |
| struct | ip6_addr_packed |
| struct | ip6_hdr |
| struct | ip6_opt_hdr |
| struct | ip6_hbh_hdr |
| struct | ip6_dest_hdr |
| struct | ip6_rout_hdr |
| struct | ip6_frag_hdr |
Typedefs | |
| typedef typedefPACK_STRUCT_END struct ip6_addr_packed | ip6_addr_p_t |
Variables | |
| PACK_STRUCT_BEGIN struct ip6_addr_packed | PACK_STRUCT_STRUCT |
IPv6 protocol definitions
Definition in file ip6.h.
| #define IP6_FRAG_ID | ( | hdr | ) | (lwip_ntohl((hdr)->_identification)) |
| #define IP6_FRAG_MBIT | ( | hdr | ) | (lwip_ntohs((hdr)->_fragment_offset) & 0x1) |
| #define IP6H_FL | ( | hdr | ) | (lwip_ntohl((hdr)->_v_tc_fl) & 0x000fffff) |
| #define IP6H_PLEN_SET | ( | hdr, | |
| plen | |||
| ) | (hdr)->_plen = lwip_htons(plen) |
| #define IP6H_TC | ( | hdr | ) | ((lwip_ntohl((hdr)->_v_tc_fl) >> 20) & 0xff) |
| #define IP6H_V | ( | hdr | ) | ((lwip_ntohl((hdr)->_v_tc_fl) >> 28) & 0x0f) |
| typedef typedefPACK_STRUCT_END struct ip6_addr_packed ip6_addr_p_t |
| PACK_STRUCT_BEGIN struct ip6_frag_hdr PACK_STRUCT_STRUCT |