FD.io VPP  v21.06-3-gbb25fbf28
Vector Packet Processing
avf_udp_hdr Struct Reference

UDP Header. More...

Data Fields

u16 src_port
 UDP source port. More...
 
u16 dst_port
 UDP destination port. More...
 
u16 dgram_len
 UDP datagram length. More...
 
u16 dgram_cksum
 UDP datagram checksum. More...
 

Detailed Description

UDP Header.

Definition at line 633 of file avf_advanced_flow.h.

Field Documentation

◆ dgram_cksum

u16 avf_udp_hdr::dgram_cksum

UDP datagram checksum.

Definition at line 638 of file avf_advanced_flow.h.

◆ dgram_len

u16 avf_udp_hdr::dgram_len

UDP datagram length.

Definition at line 637 of file avf_advanced_flow.h.

◆ dst_port

u16 avf_udp_hdr::dst_port

UDP destination port.

Definition at line 636 of file avf_advanced_flow.h.

◆ src_port

u16 avf_udp_hdr::src_port

UDP source port.

Definition at line 635 of file avf_advanced_flow.h.


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