route/vendor/golang.org/x/net/ipv6/sys_stub.go

14 lines
323 B
Go
Raw Normal View History

2017-09-30 16:47:47 +00:00
// Copyright 2014 The Go Authors. All rights reserved.
2017-03-26 19:50:20 +00:00
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build !darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris,!windows
2017-09-30 16:47:47 +00:00
package ipv6
2017-03-26 19:50:20 +00:00
2017-09-30 16:47:47 +00:00
var (
ctlOpts = [ctlMax]ctlOpt{}
2017-03-26 19:50:20 +00:00
2017-09-30 16:47:47 +00:00
sockOpts = map[int]*sockOpt{}
)