Browse Source

add IPV6_HDRINCL socket option from linux v4.5

new in linux commit 715f504b118998c41a2079a17e16bf5a8a114885
same as IP_HDRINCL but for SOL_IPV6 sockets.
master
Szabolcs Nagy 11 years ago
committed by Rich Felker
parent
commit
8ffa0375f2
  1. 1
      include/netinet/in.h

1
include/netinet/in.h

@ -344,6 +344,7 @@ struct ip6_mtuinfo
#define IPV6_LEAVE_ANYCAST 28
#define IPV6_IPSEC_POLICY 34
#define IPV6_XFRM_POLICY 35
#define IPV6_HDRINCL 36
#define IPV6_RECVPKTINFO 49
#define IPV6_PKTINFO 50

Loading…
Cancel
Save