summaryrefslogtreecommitdiffhomepage
path: root/src/const.def
diff options
context:
space:
mode:
authorTomoyuki Sahara <[email protected]>2015-02-13 11:35:36 +0900
committerTomoyuki Sahara <[email protected]>2015-02-13 11:35:36 +0900
commit1629e860634ea4fb56644d5dace0ee55e59c3ce4 (patch)
treefd403b19a35a124d6c280ec6d2bdb3c9d9574d22 /src/const.def
parente4006cb53ab807e0c72466752bdbb550ebca2c99 (diff)
downloadmruby-1629e860634ea4fb56644d5dace0ee55e59c3ce4.tar.gz
mruby-1629e860634ea4fb56644d5dace0ee55e59c3ce4.zip
add IPv6 constants defined in RFC3493.
Diffstat (limited to 'src/const.def')
-rw-r--r--src/const.def8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/const.def b/src/const.def
index 1508a143e..e0ee5e2a4 100644
--- a/src/const.def
+++ b/src/const.def
@@ -60,6 +60,14 @@ IP_TTL
IP_UNBLOCK_SOURCE
IP_XFRM_POLICY
+IPV6_JOIN_GROUP
+IPV6_LEAVE_GROUP
+IPV6_MULTICAST_HOPS
+IPV6_MULTICAST_IF
+IPV6_MULTICAST_LOOP
+IPV6_UNICAST_HOPS
+IPV6_V6ONLY
+
IPPROTO_AH
IPPROTO_DSTOPTS
IPPROTO_ESP