table of contents
rte_flow_item_icmp6_nd_ns(3) | DPDK | rte_flow_item_icmp6_nd_ns(3) |
NAME¶
rte_flow_item_icmp6_nd_ns
SYNOPSIS¶
#include <rte_flow.h>
Data Fields¶
uint8_t type
uint8_t code
rte_be16_t checksum
rte_be32_t reserved
uint8_t target_addr [16]
Detailed Description¶
RTE_FLOW_ITEM_TYPE_ICMP6_ND_NS
Matches an ICMPv6 neighbor discovery solicitation.
Definition at line 1467 of file rte_flow.h.
Field Documentation¶
uint8_t type¶
ICMPv6 type, normally 135.
Definition at line 1468 of file rte_flow.h.
uint8_t code¶
ICMPv6 code, normally 0.
Definition at line 1469 of file rte_flow.h.
rte_be16_t checksum¶
ICMPv6 checksum.
Definition at line 1470 of file rte_flow.h.
rte_be32_t reserved¶
Reserved, normally 0.
Definition at line 1471 of file rte_flow.h.
uint8_t target_addr[16]¶
Target address.
Definition at line 1472 of file rte_flow.h.
Author¶
Generated automatically by Doxygen for DPDK from the source code.
Thu May 23 2024 | Version 23.11.0 |