Sponsor:

Your company here, and a link to your site. Click to find out more.

rte_flow_item_icmp6_nd_na - Man Page

Synopsis

#include <rte_flow.h>

Data Fields

uint8_t type
uint8_t code
rte_be16_t checksum
rte_be32_t rso_reserved
uint8_t target_addr [16]

Detailed Description

RTE_FLOW_ITEM_TYPE_ICMP6_ND_NA

Matches an ICMPv6 neighbor discovery advertisement.

Definition at line 1490 of file rte_flow.h.

Field Documentation

uint8_t type

ICMPv6 type, normally 136.

Definition at line 1491 of file rte_flow.h.

uint8_t code

ICMPv6 code, normally 0.

Definition at line 1492 of file rte_flow.h.

rte_be16_t checksum

ICMPv6 checksum.

Definition at line 1493 of file rte_flow.h.

rte_be32_t rso_reserved

Route flag (1b), solicited flag (1b), override flag (1b), reserved (29b).

Definition at line 1498 of file rte_flow.h.

uint8_t target_addr[16]

Target address.

Definition at line 1499 of file rte_flow.h.

Author

Generated automatically by Doxygen for DPDK from the source code.

Info

Version 23.11.0 DPDK