Network Component  Version 7.19.0
MDK Middleware for IPv4 and IPv6 Networking
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Enumerations

Enumerations of the UDP Socket Interface. More...

Enumerations

enum  netUDP_Option {
  netUDP_OptionTOS = 0 ,
  netUDP_OptionTTL ,
  netUDP_OptionTrafficClass ,
  netUDP_OptionHopLimit ,
  netUDP_OptionInterface ,
  netUDP_OptionChecksum
}
 UDP Socket Options. More...
 

Description

Enumerations of the UDP Socket Interface.

Enumeration Type Documentation

◆ netUDP_Option

UDP Socket Options.

Parameter for:

Enumerator
netUDP_OptionTOS 

IPv4 Type of Service; val=TOS.

netUDP_OptionTTL 

IPv4 Multi-cast Time to Live; val=TTL.

netUDP_OptionTrafficClass 

IPv6 Traffic Class; val=TrafficClass.

netUDP_OptionHopLimit 

IPv6 Multi-cast Hop Limit; val=HopLimit.

netUDP_OptionInterface 

IPv4 Broadcast Interface; val=if_id (class and number)

netUDP_OptionChecksum 

UDP Checksum Options.