From 1629e860634ea4fb56644d5dace0ee55e59c3ce4 Mon Sep 17 00:00:00 2001 From: Tomoyuki Sahara Date: Fri, 13 Feb 2015 11:35:36 +0900 Subject: add IPv6 constants defined in RFC3493. --- src/const.cstub | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'src/const.cstub') diff --git a/src/const.cstub b/src/const.cstub index b3a2ee468..553e47f8c 100644 --- a/src/const.cstub +++ b/src/const.cstub @@ -175,6 +175,27 @@ #ifdef IP_XFRM_POLICY define_const(IP_XFRM_POLICY); #endif +#ifdef IPV6_JOIN_GROUP + define_const(IPV6_JOIN_GROUP); +#endif +#ifdef IPV6_LEAVE_GROUP + define_const(IPV6_LEAVE_GROUP); +#endif +#ifdef IPV6_MULTICAST_HOPS + define_const(IPV6_MULTICAST_HOPS); +#endif +#ifdef IPV6_MULTICAST_IF + define_const(IPV6_MULTICAST_IF); +#endif +#ifdef IPV6_MULTICAST_LOOP + define_const(IPV6_MULTICAST_LOOP); +#endif +#ifdef IPV6_UNICAST_HOPS + define_const(IPV6_UNICAST_HOPS); +#endif +#ifdef IPV6_V6ONLY + define_const(IPV6_V6ONLY); +#endif #ifdef IPPROTO_AH define_const(IPPROTO_AH); #endif -- cgit v1.2.3