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_udp_hdr(3)

Detailed Description

       UDP Header

       Definition at line 24 of file rte_udp.h.

Field Documentation

rte_be16_tsrc_port
       UDP source port.

       Definition at line 25 of file rte_udp.h.

   rte_be16_tdst_port
       UDP destination port.

       Definition at line 26 of file rte_udp.h.

   rte_be16_tdgram_len
       UDP datagram length

       Definition at line 27 of file rte_udp.h.

   rte_be16_tdgram_cksum
       UDP datagram checksum

       Definition at line 28 of file rte_udp.h.

Name

       rte_udp_hdr

Synopsis

       #include <rte_udp.h>

   DataFieldsrte_be16_tsrc_portrte_be16_tdst_portrte_be16_tdgram_lenrte_be16_tdgram_cksum

See Also