Added missing IPPROTO_RAW

This commit is contained in:
Simon Goldschmidt 2014-02-20 21:13:13 +01:00
parent 6dcc85dcf4
commit a89db9872d

View File

@ -200,6 +200,7 @@ struct linger {
#define IPPROTO_ICMPV6 58 #define IPPROTO_ICMPV6 58
#endif /* LWIP_IPV6 */ #endif /* LWIP_IPV6 */
#define IPPROTO_UDPLITE 136 #define IPPROTO_UDPLITE 136
#define IPPROTO_RAW 255
/* Flags we can use with send and recv. */ /* Flags we can use with send and recv. */
#define MSG_PEEK 0x01 /* Peeks at an incoming message */ #define MSG_PEEK 0x01 /* Peeks at an incoming message */