blob: 6f2a4a6812fa36dc3d04a293394e2a699d709a5b [file] [log] [blame]
// Copyright 2014 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.
// +build nacl plan9 solaris
package ipv4
type sysSockoptLen int32
var (
sockOpts = [ssoMax]sockOpt{}
)