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

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                                rte_ether_hdr(3)

Detailed Description

       Ethernet header: Contains the destination address, source address and frame type.

       Definition at line 300 of file rte_ether.h.

Field Documentation

structrte_ether_addrdst_addr
       Destination address.

       Definition at line 301 of file rte_ether.h.

   structrte_ether_addrsrc_addr
       Source address.

       Definition at line 302 of file rte_ether.h.

   rte_be16_tether_type
       Frame type.

       Definition at line 303 of file rte_ether.h.

Name

       rte_ether_hdr

Synopsis

       #include <rte_ether.h>

   DataFields
       struct rte_ether_addr dst_addr
       struct rte_ether_addr src_addrrte_be16_tether_type

See Also