summaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/code.google.com/p/go.net/ipv6/sys.go
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/code.google.com/p/go.net/ipv6/sys.go')
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/sys.go23
1 files changed, 0 insertions, 23 deletions
diff --git a/Godeps/_workspace/src/code.google.com/p/go.net/ipv6/sys.go b/Godeps/_workspace/src/code.google.com/p/go.net/ipv6/sys.go
deleted file mode 100644
index 18b1acacdc..0000000000
--- a/Godeps/_workspace/src/code.google.com/p/go.net/ipv6/sys.go
+++ /dev/null
@@ -1,23 +0,0 @@
-// Copyright 2013 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-package ipv6
-
-type sysSockoptLen uint32
-
-const (
- sysSizeofPacketInfo = 0x14
- sysSizeofMulticastReq = 0x14
- sysSizeofICMPFilter = 0x20
-)
-
-type sysPacketInfo struct {
- IP [16]byte
- IfIndex uint32
-}
-
-type sysMulticastReq struct {
- IP [16]byte
- IfIndex uint32
-}