DPDK  20.05.0-rc0
Data Fields
rte_udp_hdr Struct Reference

#include <rte_udp.h>

Data Fields

rte_be16_t src_port
 
rte_be16_t dst_port
 
rte_be16_t dgram_len
 
rte_be16_t dgram_cksum
 

Detailed Description

UDP Header

Examples:
examples/l3fwd-power/main.c, and examples/tep_termination/vxlan.c.

Definition at line 28 of file rte_udp.h.

Field Documentation

rte_be16_t src_port
rte_be16_t dst_port

UDP destination port.

Examples:
examples/flow_classify/flow_classify.c, examples/l3fwd-power/main.c, and examples/tep_termination/vxlan.c.

Definition at line 30 of file rte_udp.h.

rte_be16_t dgram_len

UDP datagram length

Examples:
examples/flow_classify/flow_classify.c, and examples/tep_termination/vxlan.c.

Definition at line 31 of file rte_udp.h.

rte_be16_t dgram_cksum

UDP datagram checksum

Examples:
examples/flow_classify/flow_classify.c, and examples/tep_termination/vxlan.c.

Definition at line 32 of file rte_udp.h.


The documentation for this struct was generated from the following file: