Go to the documentation of this file.
37 #ifndef LWIP_HDR_PROT_IP_H
38 #define LWIP_HDR_PROT_IP_H
42 #define IP_PROTO_ICMP 1
43 #define IP_PROTO_IGMP 2
44 #define IP_PROTO_UDP 17
45 #define IP_PROTO_UDPLITE 136
46 #define IP_PROTO_TCP 6
49 #define IP_HDR_GET_VERSION(ptr) ((*(u8_t*)(ptr)) >> 4)