..
batch.go
ipv6: drop support for go1.8 or below
2019-03-10 07:45:41 +00:00
bpf_test.go
nettest: use RoutedInterface for probing network stack capability
2022-12-23 17:16:06 +00:00
control.go
ipv6: don't crash with corrupted control messages
2017-06-09 22:10:46 +00:00
control_rfc2292_unix.go
ipv6: use socket option consts from x/sys/unix on darwin
2021-03-29 18:18:48 +00:00
control_rfc3542_unix.go
ipv6: use all socket option consts from x/sys/unix
2021-04-20 21:01:06 +00:00
control_stub.go
all: go fmt ./...
2021-02-20 03:31:24 +00:00
control_test.go
ipv6: don't crash with corrupted control messages
2017-06-09 22:10:46 +00:00
control_unix.go
all: go fmt ./...
2021-02-20 03:31:24 +00:00
control_windows.go
ipv6: make not implemented errors more descriptive
2019-02-27 02:20:43 +00:00
defs_aix.go
ipv6: use all socket option consts from x/sys/unix
2021-04-20 21:01:06 +00:00
defs_darwin.go
ipv6: use all socket option consts from x/sys/unix
2021-04-20 21:01:06 +00:00
defs_dragonfly.go
ipv6: use all socket option consts from x/sys/unix
2021-04-20 21:01:06 +00:00
defs_freebsd.go
ipv6: use all socket option consts from x/sys/unix
2021-04-20 21:01:06 +00:00
defs_linux.go
ipv6: use all socket option consts from x/sys/unix
2021-04-20 21:01:06 +00:00
defs_netbsd.go
ipv6: use all socket option consts from x/sys/unix
2021-04-20 21:01:06 +00:00
defs_openbsd.go
ipv6: use all socket option consts from x/sys/unix
2021-04-20 21:01:06 +00:00
defs_solaris.go
ipv6: use all socket option consts from x/sys/unix
2021-04-20 21:01:06 +00:00
dgramopt.go
all: correct typos in comments
2023-02-07 17:08:46 +00:00
doc.go
all: gofmt
2022-04-12 02:06:05 +00:00
endpoint.go
ipv6: replace errOpNoSupport with errNotImplemented
2019-03-13 21:54:59 +00:00
errors_other_test.go
ipv6: in PacketConn tests, retry writes that fail with ENOBUFS
2021-12-06 22:34:03 +00:00
errors_unix_test.go
ipv6: in PacketConn tests, retry writes that fail with ENOBUFS
2021-12-06 22:34:03 +00:00
example_test.go
ipv6: update example for the use of dual stack listener
2015-12-15 03:17:52 +00:00
gen.go
all: go fmt ./...
2021-02-20 03:31:24 +00:00
genericopt.go
ipv6: replace errOpNoSupport with errNotImplemented
2019-03-13 21:54:59 +00:00
header.go
ipv6: fix potential misaligned memory access
2016-02-17 01:13:48 +00:00
header_test.go
ipv6: simplify log message format
2015-12-03 09:14:02 +00:00
helper.go
ipv4, ipv6: remove or move unused err* vars
2020-02-19 18:36:38 +00:00
helper_posix_test.go
all: go fmt ./...
2021-02-20 03:31:24 +00:00
helper_stub_test.go
all: go fmt ./...
2021-02-20 03:31:24 +00:00
helper_unix_test.go
ipv6: OpenBSD does not appear to support multicast loopback
2021-11-23 20:29:08 +00:00
helper_windows_test.go
all: use of nettest, remove internal/nettest
2019-03-27 21:43:58 +00:00
iana.go
ipv6: update icmp parameters
2018-03-19 15:14:25 +00:00
icmp.go
ipv6: update RFC number of IPv6 specification in docs
2017-07-19 08:39:41 +00:00
icmp_bsd.go
all: go fmt ./...
2021-02-20 03:31:24 +00:00
icmp_linux.go
all: make copyright headers consistent with one space after period
2016-11-07 23:52:11 +00:00
icmp_solaris.go
all: make copyright headers consistent with one space after period
2016-11-07 23:52:11 +00:00
icmp_stub.go
all: go fmt ./...
2021-02-20 03:31:24 +00:00
icmp_test.go
ipv6: add port for aix/ppc64
2019-04-19 01:02:38 +00:00
icmp_windows.go
all: make copyright headers consistent with one space after period
2016-11-07 23:52:11 +00:00
icmp_zos.go
all: add support for zos/s390x
2020-10-26 09:15:29 +00:00
mocktransponder_test.go
ipv6: skip tests on aix, fuchsia and hurd
2019-03-13 22:02:15 +00:00
multicast_test.go
ipv6: in PacketConn tests, retry writes that fail with ENOBUFS
2021-12-06 22:34:03 +00:00
multicastlistener_test.go
all: correct typos in comments
2023-02-07 17:08:46 +00:00
multicastsockopt_test.go
ipv6: add port for aix/ppc64
2019-04-19 01:02:38 +00:00
payload.go
ipv6: add {Read,Write}Batch methods to PacketConn
2017-05-27 06:02:38 +00:00
payload_cmsg.go
all: go fmt ./...
2021-02-20 03:31:24 +00:00
payload_nocmsg.go
all: go fmt ./...
2021-02-20 03:31:24 +00:00
readwrite_test.go
nettest: use RoutedInterface for probing network stack capability
2022-12-23 17:16:06 +00:00
sockopt.go
ipv6: plumb in the standard library of Go 1.9 by using internal/socket package
2017-05-24 08:42:47 +00:00
sockopt_posix.go
all: go fmt ./...
2021-02-20 03:31:24 +00:00
sockopt_stub.go
all: go fmt ./...
2021-02-20 03:31:24 +00:00
sockopt_test.go
nettest: use RoutedInterface for probing network stack capability
2022-12-23 17:16:06 +00:00
sys_aix.go
ipv6: use socket option consts from x/sys/unix on aix
2021-03-30 07:57:24 +00:00
sys_asmreq.go
all: go fmt ./...
2021-02-20 03:31:24 +00:00
sys_asmreq_stub.go
all: go fmt ./...
2021-02-20 03:31:24 +00:00
sys_bpf.go
all: go fmt ./...
2021-02-20 03:31:24 +00:00
sys_bpf_stub.go
all: go fmt ./...
2021-02-20 03:31:24 +00:00
sys_bsd.go
ipv6: use socket option consts from x/sys/unix on netbsd, openbsd and dragonfly
2021-03-31 21:22:08 +00:00
sys_darwin.go
ipv6: use socket option consts from x/sys/unix on darwin
2021-03-29 18:18:48 +00:00
sys_freebsd.go
ipv6: use socket option consts from x/sys/unix on freebsd
2021-03-31 06:09:03 +00:00
sys_linux.go
ipv6: use socket option consts from x/sys/unix on linux
2021-03-29 18:18:31 +00:00
sys_solaris.go
ipv6: use all socket option consts from x/sys/unix
2021-04-20 21:01:06 +00:00
sys_ssmreq.go
all: go fmt ./...
2021-02-20 03:31:24 +00:00
sys_ssmreq_stub.go
all: go fmt ./...
2021-02-20 03:31:24 +00:00
sys_stub.go
all: go fmt ./...
2021-02-20 03:31:24 +00:00
sys_windows.go
ipv4, ipv6: use IP_* socket option constants from x/sys/windows
2021-03-16 09:26:52 +00:00
sys_zos.go
ipv6: use all socket option consts from x/sys/unix
2021-04-20 21:01:06 +00:00
unicast_test.go
nettest: use RoutedInterface for probing network stack capability
2022-12-23 17:16:06 +00:00
unicastsockopt_test.go
nettest: use RoutedInterface for probing network stack capability
2022-12-23 17:16:06 +00:00
zsys_aix_ppc64.go
ipv6: use all socket option consts from x/sys/unix
2021-04-20 21:01:06 +00:00
zsys_darwin.go
ipv6: use all socket option consts from x/sys/unix
2021-04-20 21:01:06 +00:00
zsys_dragonfly.go
ipv6: use all socket option consts from x/sys/unix
2021-04-20 21:01:06 +00:00
zsys_freebsd_386.go
ipv6: use all socket option consts from x/sys/unix
2021-04-20 21:01:06 +00:00
zsys_freebsd_amd64.go
ipv6: use all socket option consts from x/sys/unix
2021-04-20 21:01:06 +00:00
zsys_freebsd_arm.go
ipv6: use all socket option consts from x/sys/unix
2021-04-20 21:01:06 +00:00
zsys_freebsd_arm64.go
ipv6: use all socket option consts from x/sys/unix
2021-04-20 21:01:06 +00:00
zsys_freebsd_riscv64.go
all: add FreeBSD riscv64 support
2022-08-09 01:22:01 +00:00
zsys_linux_386.go
ipv6: use all socket option consts from x/sys/unix
2021-04-20 21:01:06 +00:00
zsys_linux_amd64.go
ipv6: use all socket option consts from x/sys/unix
2021-04-20 21:01:06 +00:00
zsys_linux_arm.go
ipv6: use all socket option consts from x/sys/unix
2021-04-20 21:01:06 +00:00
zsys_linux_arm64.go
ipv6: use all socket option consts from x/sys/unix
2021-04-20 21:01:06 +00:00
zsys_linux_loong64.go
ipv4, ipv6, internal/socket: add loong64 support
2022-01-11 09:31:09 +00:00
zsys_linux_mips.go
ipv6: use all socket option consts from x/sys/unix
2021-04-20 21:01:06 +00:00
zsys_linux_mips64.go
ipv6: use all socket option consts from x/sys/unix
2021-04-20 21:01:06 +00:00
zsys_linux_mips64le.go
ipv6: use all socket option consts from x/sys/unix
2021-04-20 21:01:06 +00:00
zsys_linux_mipsle.go
ipv6: use all socket option consts from x/sys/unix
2021-04-20 21:01:06 +00:00
zsys_linux_ppc.go
ipv6: use all socket option consts from x/sys/unix
2021-04-20 21:01:06 +00:00
zsys_linux_ppc64.go
ipv6: use all socket option consts from x/sys/unix
2021-04-20 21:01:06 +00:00
zsys_linux_ppc64le.go
ipv6: use all socket option consts from x/sys/unix
2021-04-20 21:01:06 +00:00
zsys_linux_riscv64.go
ipv6: use all socket option consts from x/sys/unix
2021-04-20 21:01:06 +00:00
zsys_linux_s390x.go
ipv6: use all socket option consts from x/sys/unix
2021-04-20 21:01:06 +00:00
zsys_netbsd.go
ipv6: use all socket option consts from x/sys/unix
2021-04-20 21:01:06 +00:00
zsys_openbsd.go
ipv6: use all socket option consts from x/sys/unix
2021-04-20 21:01:06 +00:00
zsys_solaris.go
ipv6: use all socket option consts from x/sys/unix
2021-04-20 21:01:06 +00:00
zsys_zos_s390x.go
ipv6: use all socket option consts from x/sys/unix
2021-04-20 21:01:06 +00:00