GNUnet 0.21.1
udp_header Struct Reference

Beginning of UDP packet. More...

Data Fields

uint16_t src_port
 
uint16_t dst_port
 
uint16_t length
 
uint16_t crc
 

Detailed Description

Beginning of UDP packet.

Definition at line 181 of file gnunet-helper-nat-client.c.

Field Documentation

◆ src_port

uint16_t udp_header::src_port

Definition at line 183 of file gnunet-helper-nat-client.c.

Referenced by send_icmp_udp().

◆ dst_port

uint16_t udp_header::dst_port

Definition at line 185 of file gnunet-helper-nat-client.c.

Referenced by send_icmp_udp().

◆ length

uint16_t udp_header::length

Definition at line 187 of file gnunet-helper-nat-client.c.

Referenced by process_icmp_response(), and send_icmp_udp().

◆ crc

uint16_t udp_header::crc

Definition at line 189 of file gnunet-helper-nat-client.c.

Referenced by send_icmp_udp().


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