iPXE
Data Fields
udp_header Struct Reference

UDP constants. More...

#include <udp.h>

Data Fields

uint16_t src
 Source port. More...
 
uint16_t dest
 Destination port. More...
 
uint16_t len
 Length. More...
 
uint16_t chksum
 Checksum. More...
 

Detailed Description

UDP constants.

A UDP header

Definition at line 29 of file udp.h.

Field Documentation

◆ src

uint16_t udp_header::src

Source port.

Definition at line 31 of file udp.h.

Referenced by gdbudp_recv(), gdbudp_send(), udp_rx(), and udp_tx().

◆ dest

uint16_t udp_header::dest

Destination port.

Definition at line 33 of file udp.h.

Referenced by gdbudp_recv(), gdbudp_send(), udp_rx(), and udp_tx().

◆ len

uint16_t udp_header::len

Length.

Definition at line 35 of file udp.h.

Referenced by gdbudp_recv(), gdbudp_send(), udp_rx(), and udp_tx().

◆ chksum

uint16_t udp_header::chksum

Checksum.

Definition at line 37 of file udp.h.

Referenced by gdbudp_send(), udp_rx(), and udp_tx().


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