40 #ifndef included_ip6_packet_h 41 #define included_ip6_packet_h 60 ip6_address_t ip6_addr;
76 #define ip46_address_is_ip4(ip46) (((ip46)->pad[0] | (ip46)->pad[1] | (ip46)->pad[2]) == 0) 77 #define ip46_address_mask_ip4(ip46) ((ip46)->pad[0] = (ip46)->pad[1] = (ip46)->pad[2] = 0) 78 #define ip46_address_set_ip4(ip46, ip) (ip46_address_mask_ip4(ip46), (ip46)->ip4 = (ip)[0]) 79 #define ip46_address_reset(ip46) ((ip46)->as_u64[0] = (ip46)->as_u64[1] = 0) 80 #define ip46_address_cmp(ip46_1, ip46_2) (memcmp(ip46_1, ip46_2, sizeof(*ip46_1))) 81 #define ip46_address_is_zero(ip46) (((ip46)->as_u64[0] == 0) && ((ip46)->as_u64[1] == 0)) 87 ip->ip6 = *((ip6_address_t *) buf);
96 addr_fib->ip6_addr.as_u64[0] = address->
as_u64[0];
97 addr_fib->ip6_addr.as_u64[1] = address->
as_u64[1];
98 addr_fib->fib_index = fib_index;
110 #define foreach_ip6_multicast_address_scope \ 112 _ (link_local, 0x2) \ 113 _ (admin_local, 0x4) \ 114 _ (site_local, 0x5) \ 115 _ (organization_local, 0x8) \ 118 #define foreach_ip6_multicast_link_local_group_id \ 120 _ (all_routers, 0x2) \ 121 _ (rip_routers, 0x9) \ 122 _ (eigrp_routers, 0xa) \ 123 _ (pim_routers, 0xd) \ 124 _ (mldv2_routers, 0x16) 128 #define _(f,n) IP6_MULTICAST_SCOPE_##f = n, 135 #define _(f,n) IP6_MULTICAST_GROUP_ID_##f = n, 143 return a->
as_u8[0] == 0xff;
155 ip6_multicast_address_scope_t scope,
159 a->
as_u16[0] = clib_host_to_net_u16 (0xff00 | scope);
160 a->
as_u16[7] = clib_host_to_net_u16 (
id);
168 a->
as_u16[0] = clib_host_to_net_u16 (0xff02);
172 a->
as_u32[3] = clib_host_to_net_u32 (
id);
177 u8 * ethernet_address)
180 a->
as_u16[0] = clib_host_to_net_u16 (0xfe80);
182 a->
as_u8[0x8] = ethernet_address[0] | (1 << 6);
183 a->
as_u8[0x9] = ethernet_address[1];
184 a->
as_u8[0xa] = ethernet_address[2];
185 a->
as_u8[0xb] = 0xff;
186 a->
as_u8[0xc] = 0xfe;
187 a->
as_u8[0xd] = ethernet_address[3];
188 a->
as_u8[0xe] = ethernet_address[4];
189 a->
as_u8[0xf] = ethernet_address[5];
195 ethernet_address[0] = 0x33;
196 ethernet_address[1] = 0x33;
197 ethernet_address[2] = ((group_id >> 24) & 0xff);
198 ethernet_address[3] = ((group_id >> 16) & 0xff);
199 ethernet_address[4] = ((group_id >> 8) & 0xff);
200 ethernet_address[5] = ((group_id >> 0) & 0xff);
215 ip6_address_t * mask)
220 uword a_masked, b_masked;
224 if (a_masked != b_masked)
249 int i, byte, bit, bitnum;
251 memset (a, 0,
sizeof (a[0]));
252 for (i = 0; i < width; i++)
254 bitnum = (7 - (i & 7));
257 a->
as_u8[byte] |= bit;
284 a->
as_u8[15] = save ^ 1;
294 return a->
as_u8[0] == 0xfe && (a->
as_u8[1] & 0xc0) == 0x80;
301 return (a->
as_u8[0] & 0xfe) == 0xfc;
308 return (a->
as_u8[0] & 0xe0) == 0x20;
315 return (a->
as_u32[0] == clib_host_to_net_u32 (0xff020000)
317 && a->
as_u32[2] == clib_host_to_net_u32 (1)
318 && a->
as_u8[12] == 0xff);
343 return (
void *) (i + 1);
365 ip6_address_t src0, dst0;
376 src0 = tcp0->
ports.src;
377 dst0 = tcp0->
ports.dst;
378 tcp0->
ports.src = dst0;
379 tcp0->
ports.dst = src0;
388 ip6_address_t src0, dst0, src1, dst1;
401 u16 src0, dst0, src1, dst1;
403 src0 = tcp0->
ports.src;
404 src1 = tcp1->
ports.src;
405 dst0 = tcp0->
ports.dst;
406 dst1 = tcp1->
ports.dst;
407 tcp0->
ports.src = dst0;
408 tcp1->
ports.src = dst1;
409 tcp0->
ports.dst = src0;
410 tcp1->
ports.dst = src1;
418 }) ip6_pad1_option_t;
426 }) ip6_padN_option_t;
431 #define IP6_MLDP_ALERT_TYPE 0x5 435 }) ip6_router_alert_option_t;
450 return (nexthdr == IP_PROTOCOL_IP6_HOP_BY_HOP_OPTIONS) ||
451 (nexthdr == IP_PROTOCOL_IP6_NONXT) ||
452 (nexthdr == IP_PROTOCOL_IPV6_FRAGMENTATION) ||
453 (nexthdr == IP_PROTOCOL_IPSEC_AH) ||
454 (nexthdr == IP_PROTOCOL_IPV6_ROUTE) ||
455 (nexthdr == IP_PROTOCOL_IP6_DESTINATION_OPTIONS);
458 #define ip6_ext_header_len(p) (((p)->n_data_u64s+1) << 3) 459 #define ip6_ext_authhdr_len(p) (((p)->n_data_u64s+2) << 2) 470 }) ip6_hop_by_hop_ext_t;
477 u16 fragment_offset_and_more;
482 #define ip6_frag_hdr_offset(hdr) \ 483 (clib_net_to_host_u16((hdr)->fragment_offset_and_more) >> 3) 485 #define ip6_frag_hdr_more(hdr) \ 486 (clib_net_to_host_u16((hdr)->fragment_offset_and_more) & 0x1) 488 #define ip6_frag_hdr_offset_and_more(offset, more) \ 489 clib_host_to_net_u16(((offset) << 3) + !!(more)) static void ip6_address_mask(ip6_address_t *a, ip6_address_t *mask)
#define foreach_ip6_multicast_link_local_group_id
u8 pad[3]
log2 (size of the packing page block)
sll srl srl sll sra u16x4 i
static uword ip6_is_solicited_node_multicast_address(ip6_address_t *a)
static uword ip46_address_is_multicast(ip46_address_t *a)
static void ip46_from_addr_buf(u32 is_ipv6, u8 *buf, ip46_address_t *ip)
bad routing header type(not 4)") sr_error (NO_MORE_SEGMENTS
ip6_multicast_address_scope_t
static uword ip6_address_is_local_unicast(ip6_address_t *a)
static void ip6_copy_header(ip6_header_t *dst, const ip6_header_t *src)
static uword ip6_address_is_global_unicast(ip6_address_t *a)
static void * ip6_ext_next_header(ip6_ext_header_t *ext_hdr)
static uword ip6_address_is_equal_masked(ip6_address_t *a, ip6_address_t *b, ip6_address_t *mask)
uword as_uword[16/sizeof(uword)]
typedef CLIB_PACKED(struct{ip6_address_t ip6_addr;u32 fib_index;}) ip6_address_fib_t
static uword ip6_address_is_equal(ip6_address_t *a, ip6_address_t *b)
#define foreach_ip6_multicast_address_scope
static uword ip4_address_is_multicast(ip4_address_t *a)
#define ip6_ext_header_len(p)
#define ip46_address_is_ip4(ip46)
static void ip6_tcp_reply_x2(ip6_header_t *ip0, ip6_header_t *ip1, tcp_header_t *tcp0, tcp_header_t *tcp1)
static void ip6_address_set_zero(ip6_address_t *a)
static void ip6_addr_fib_init(ip6_address_fib_t *addr_fib, ip6_address_t *address, u32 fib_index)
static void * ip6_next_header(ip6_header_t *i)
static u8 ip6_ext_hdr(u8 nexthdr)
static uword ip6_address_is_zero(ip6_address_t *a)
#define ip46_address_set_ip4(ip46, ip)
ip6_multicast_link_local_group_id_t
static uword ip6_address_is_loopback(ip6_address_t *a)
static uword ip6_address_is_multicast(ip6_address_t *a)
static void ip6_set_solicited_node_multicast_address(ip6_address_t *a, u32 id)
static uword ip6_address_is_link_local_unicast(ip6_address_t *a)
static void ip6_address_mask_from_width(ip6_address_t *a, u32 width)
static uword ip6_address_is_unspecified(ip6_address_t *a)
static void ip6_tcp_reply_x1(ip6_header_t *ip0, tcp_header_t *tcp0)
static void ip6_multicast_ethernet_address(u8 *ethernet_address, u32 group_id)
static void ip6_link_local_address_from_ethernet_address(ip6_address_t *a, u8 *ethernet_address)
static void ip6_set_reserved_multicast_address(ip6_address_t *a, ip6_multicast_address_scope_t scope, u16 id)