Go to the documentation of this file. 56 #ifndef LWIP_HDR_PROT_IP_H 57 #define LWIP_HDR_PROT_IP_H 61 #define IP_PROTO_ICMP 1 62 #define IP_PROTO_IGMP 2 63 #define IP_PROTO_UDP 17 64 #define IP_PROTO_UDPLITE 136 65 #define IP_PROTO_TCP 6 68 #define IP_HDR_GET_VERSION(ptr) ((*(u8_t*)(ptr)) >> 4)