logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_flow_item_icmp6_nd_ns

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                    rte_flow_item_icmp6_nd_ns(3)

Detailed Description

       RTE_FLOW_ITEM_TYPE_ICMP6_ND_NS

       Matches an ICMPv6 neighbor discovery solicitation.

       Definition at line 1496 of file rte_flow.h.

Field Documentation

uint8_ttype
       ICMPv6 type, normally 135.

       Definition at line 1497 of file rte_flow.h.

   uint8_tcode
       ICMPv6 code, normally 0.

       Definition at line 1498 of file rte_flow.h.

   rte_be16_tchecksum
       ICMPv6 checksum.

       Definition at line 1499 of file rte_flow.h.

   rte_be32_treserved
       Reserved, normally 0.

       Definition at line 1500 of file rte_flow.h.

   structrte_ipv6_addrtarget_addr
       Target address.

       Definition at line 1501 of file rte_flow.h.

Name

       rte_flow_item_icmp6_nd_ns

Synopsis

       #include <rte_flow.h>

   DataFields
       uint8_t type
       uint8_t coderte_be16_tchecksumrte_be32_treserved
       struct rte_ipv6_addrtarget_addr

See Also