IPV4_HEADER_TYPE Enumeration

C

typedef enum {
IP_PROT_ICMP = (1u),
IP_PROT_IGMP = (2u),
IP_PROT_TCP = (6u),
IP_PROT_UDP = (17u)
} IPV4_HEADER_TYPE;

Description

IPv4 supported protocols.

This is the list of the protocols that are supported by this IPv4 implementation.

Remarks

None.