syscall: add IPv6 socket options for Unix variants

This CL adds missing IPv6 socket options which are required
to control IPv6 as described in RFC 3493, RFC 3542.

Update #5538

R=golang-dev, dave, iant
CC=golang-dev
https://golang.org/cl/9373046
This commit is contained in:
Mikio Hara 2013-05-23 16:22:05 +09:00
parent d67e300f28
commit adbe59e332
34 changed files with 230 additions and 1 deletions

View file

@ -560,6 +560,7 @@ const (
F_WRLCK = 0x3
HUPCL = 0x4000
ICANON = 0x100
ICMP6_FILTER = 0x12
ICRNL = 0x100
IEXTEN = 0x400
IFAN_ARRIVAL = 0x0