Commit 8f115537 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Andrei Vagin

inet: raw -- Add constants needed to fetch properties of a raw socket

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@gmail.com>
parent be28d924
......@@ -16,6 +16,18 @@
#define TCP_REPAIR_OPTIONS 22
#endif
#ifndef IP_HDRINCL
# define IP_HDRINCL 3
#endif
#ifndef IP_NODEFRAG
# define IP_NODEFRAG 22
#endif
#ifndef IPV6_HDRINCL
# define IPV6_HDRINCL 36
#endif
struct inet_sk_desc {
struct socket_desc sd;
unsigned int type;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment