api
cmd
connector
example
server
storage
vendor
github.com
golang.org
x
crypto
net
bpf
context
dict
html
http2
icmp
idna
internal
ipv4
bpf_test.go
bpfopt_linux.go
bpfopt_stub.go
control.go
control_bsd.go
control_pktinfo.go
control_stub.go
control_unix.go
control_windows.go
defs_darwin.go
defs_dragonfly.go
defs_freebsd.go
defs_linux.go
defs_netbsd.go
defs_openbsd.go
defs_solaris.go
dgramopt_posix.go
dgramopt_stub.go
doc.go
endpoint.go
example_test.go
gen.go
genericopt_posix.go
genericopt_stub.go
header.go
header_test.go
helper.go
helper_stub.go
helper_unix.go
helper_windows.go
iana.go
icmp.go
icmp_linux.go
icmp_stub.go
icmp_test.go
mocktransponder_test.go
multicast_test.go
multicastlistener_test.go
multicastsockopt_test.go
packet.go
payload.go
payload_cmsg.go
payload_nocmsg.go
readwrite_test.go
sockopt.go
sockopt_asmreq.go
sockopt_asmreq_stub.go
sockopt_asmreq_unix.go
sockopt_asmreq_windows.go
sockopt_asmreqn_stub.go
sockopt_asmreqn_unix.go
sockopt_ssmreq_stub.go
sockopt_ssmreq_unix.go
sockopt_stub.go
sockopt_unix.go
sockopt_windows.go
sys_bsd.go
sys_darwin.go
sys_freebsd.go
sys_linux.go
sys_openbsd.go
sys_stub.go
sys_windows.go
syscall_linux_386.go
syscall_unix.go
thunk_linux_386.s
unicast_test.go
unicastsockopt_test.go
zsys_darwin.go
zsys_dragonfly.go
zsys_freebsd_386.go
zsys_freebsd_amd64.go
zsys_freebsd_arm.go
zsys_linux_386.go
zsys_linux_amd64.go
zsys_linux_arm.go
zsys_linux_arm64.go
zsys_linux_mips64.go
zsys_linux_mips64le.go
zsys_linux_ppc.go
zsys_linux_ppc64.go
zsys_linux_ppc64le.go
zsys_linux_s390x.go
zsys_netbsd.go
zsys_openbsd.go
zsys_solaris.go
ipv6
lex
netutil
proxy
publicsuffix
route
trace
webdav
websocket
xsrftoken
.gitattributes
.gitignore
AUTHORS
CONTRIBUTING.md
CONTRIBUTORS
LICENSE
PATENTS
README
codereview.cfg
oauth2
google.golang.org
gopkg.in
version
.gitignore
Makefile
glide.lock
glide.yaml
glide_test.go
14 lines
271 B
Go
14 lines
271 B
Go
// 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
|
|
|
|
var (
|
|
ctlOpts = [ctlMax]ctlOpt{}
|
|
|
|
sockOpts = [ssoMax]sockOpt{}
|
|
)
|