net/ipv4
Mikio Hara ba406c5067 ipv4: update example for the use of dual stack listener
Fixes golang/go#13612.

Change-Id: Ie224c1018fb4ceb013476f586000801ce447956e
Reviewed-on: https://go-review.googlesource.com/17798
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2015-12-15 03:16:29 +00:00
..
control.go ipv4: simplify log message format 2015-12-03 09:12:53 +00:00
control_bsd.go go.net: use golang.org/x/... import paths 2014-11-10 09:04:43 +11:00
control_pktinfo.go go.net: use golang.org/x/... import paths 2014-11-10 09:04:43 +11:00
control_stub.go go.net/ipv4: update TODOs 2014-11-06 13:18:00 +09:00
control_unix.go x/net/ipv4: add missing ancillary data socket options check 2014-11-11 06:58:56 +09:00
control_windows.go go.net/ipv4: update TODOs 2014-11-06 13:18:00 +09:00
defs_darwin.go x/net/ipv4: add source-specific multicast types, constants 2014-11-12 12:56:41 +09:00
defs_dragonfly.go go.net/ipv4: add platform-dependent code 2014-09-18 20:22:18 +09:00
defs_freebsd.go x/net/ipv4: add source-specific multicast types, constants 2014-11-12 12:56:41 +09:00
defs_linux.go x/net/ipv4: add icmp filter type, constant for linux 2014-12-02 13:12:05 +09:00
defs_netbsd.go go.net/ipv4: add platform-dependent code 2014-09-18 20:22:18 +09:00
defs_openbsd.go go.net/ipv4: add platform-dependent code 2014-09-18 20:22:18 +09:00
defs_solaris.go go.net/ipv4: add platform-dependent code 2014-09-18 20:22:18 +09:00
dgramopt_posix.go x/net/ipv4: add support for icmp filter on linux 2014-12-04 17:31:40 +09:00
dgramopt_stub.go x/net/ipv4: add support for icmp filter on linux 2014-12-04 17:31:40 +09:00
doc.go ipv4: don't use internal/iana's constants in documentation 2015-09-27 05:26:17 +00:00
endpoint.go x/net/ipv4: enable IP_STRIPHDR sticky socket option on latest darwin kernels 2014-11-29 10:17:57 +09:00
example_test.go ipv4: update example for the use of dual stack listener 2015-12-15 03:16:29 +00:00
gen.go ipv4: add support for linux/{mips64,mips64le} 2015-12-14 23:47:05 +00:00
genericopt_posix.go go.net/ipv4: restructure sticky socket option handling 2014-10-04 08:12:41 +09:00
genericopt_stub.go x/net/ipv4: update package documentation 2014-11-22 11:21:45 +09:00
header.go ipv4: simplify log message format 2015-12-03 09:12:53 +00:00
header_test.go ipv4: simplify log message format 2015-12-03 09:12:53 +00:00
helper.go ipv4: move unexposed error values into helper.go 2015-11-21 03:42:59 +00:00
helper_stub.go go.net/ipv4: update TODOs 2014-11-06 13:18:00 +09:00
helper_unix.go go.net/ipv4: add support for dragonfly, enable IP_PKTINFO on darwin 2014-05-19 12:20:11 +09:00
helper_windows.go go.net/ipv4: make use of net.PacketConn embedding 2013-06-17 00:37:19 +09:00
iana.go go.net/ipv4: make use of internal/{iana,icmp} packages 2014-10-07 06:35:16 +09:00
icmp.go x/net/ipv4: add support for icmp filter on linux 2014-12-04 17:31:40 +09:00
icmp_linux.go x/net/ipv4: add support for icmp filter on linux 2014-12-04 17:31:40 +09:00
icmp_stub.go x/net/ipv4: add support for icmp filter on linux 2014-12-04 17:31:40 +09:00
icmp_test.go ipv4: remove unnecessary double quotations from test messages 2015-01-30 07:58:29 +00:00
mocktransponder_test.go x/net/ipv4: fix full stack test cases 2014-11-16 11:30:27 +09:00
multicast_test.go ipv4: simplify log message format 2015-12-03 09:12:53 +00:00
multicastlistener_test.go ipv4: remove unnecessary double quotations from test messages 2015-01-30 07:58:29 +00:00
multicastsockopt_test.go ipv4: remove unnecessary double quotations from test messages 2015-01-30 07:58:29 +00:00
packet.go go.net/ipv4: add support for dragonfly, enable IP_PKTINFO on darwin 2014-05-19 12:20:11 +09:00
payload.go go.net/ipv4: add support for dragonfly, enable IP_PKTINFO on darwin 2014-05-19 12:20:11 +09:00
payload_cmsg.go x/net/ipv4: enable IP_STRIPHDR sticky socket option on latest darwin kernels 2014-11-29 10:17:57 +09:00
payload_nocmsg.go go.net/ipv4: rename payload_noncmsg.go to payload_nocmsg.go 2014-10-04 08:11:58 +09:00
readwrite_test.go ipv4: simplify log message format 2015-12-03 09:12:53 +00:00
sockopt.go x/net/ipv4: add support for icmp filter on linux 2014-12-04 17:31:40 +09:00
sockopt_asmreq.go go.net/ipv4: restructure sticky socket option handling 2014-10-04 08:12:41 +09:00
sockopt_asmreq_stub.go go.net/ipv4: restructure sticky socket option handling 2014-10-04 08:12:41 +09:00
sockopt_asmreq_unix.go go.net: use golang.org/x/... import paths 2014-11-10 09:04:43 +11:00
sockopt_asmreq_windows.go go.net: use golang.org/x/... import paths 2014-11-10 09:04:43 +11:00
sockopt_asmreqn_stub.go go.net/ipv4: restructure sticky socket option handling 2014-10-04 08:12:41 +09:00
sockopt_asmreqn_unix.go go.net: use golang.org/x/... import paths 2014-11-10 09:04:43 +11:00
sockopt_ssmreq_stub.go x/net/ipv4: add sticky source-specific multicast socket options 2014-11-12 12:59:23 +09:00
sockopt_ssmreq_unix.go ipv4: fix multicast socket options on freebsd/386 on amd64 2015-06-19 01:28:11 +00:00
sockopt_stub.go x/net/ipv4: remove unnecessary stubs 2014-11-27 07:14:33 +09:00
sockopt_unix.go x/net/ipv4: add support for icmp filter on linux 2014-12-04 17:31:40 +09:00
sockopt_windows.go x/net/ipv4: add support for icmp filter on linux 2014-12-04 17:31:40 +09:00
sys_bsd.go go.net/ipv4: fix openbsd build 2014-10-10 06:56:28 +09:00
sys_darwin.go x/net/ipv4: enable IP_STRIPHDR by default on darwin 2014-12-02 13:11:09 +09:00
sys_freebsd.go ipv4: simplify init function for freebsd 2015-06-20 03:03:36 +00:00
sys_linux.go x/net/ipv4: add support for icmp filter on linux 2014-12-04 17:31:40 +09:00
sys_openbsd.go go.net/ipv4: fix openbsd build 2014-10-10 06:56:28 +09:00
sys_stub.go go.net/ipv4: restructure ancillary data socket option handling 2014-10-04 09:51:11 +09:00
sys_windows.go go.net/ipv4: restructure ancillary data socket option handling 2014-10-04 09:51:11 +09:00
syscall_linux_386.go go.net/ipv4: restructure sticky socket option handling 2014-10-04 08:12:41 +09:00
syscall_unix.go ipv4: fix build on linux/arm64 2015-05-15 01:55:45 +00:00
thunk_linux_386.s go.net/ipv4: restructure sticky socket option handling 2014-10-04 08:12:41 +09:00
unicast_test.go ipv4: simplify log message format 2015-12-03 09:12:53 +00:00
unicastsockopt_test.go ipv4: remove unnecessary double quotations from test messages 2015-01-30 07:58:29 +00:00
zsys_darwin.go x/net/ipv4: add source-specific multicast types, constants 2014-11-12 12:56:41 +09:00
zsys_dragonfly.go go.net/ipv4: fix build with go1.2 2014-10-24 17:37:38 +09:00
zsys_freebsd_386.go x/net/ipv4: fix freebsd/{386,arm}, linux/{386,arm} build 2014-11-13 07:19:40 +09:00
zsys_freebsd_amd64.go x/net/ipv4: fix freebsd/{386,arm}, linux/{386,arm} build 2014-11-13 07:19:40 +09:00
zsys_freebsd_arm.go ipv4: fix multicast socket options on freebsd/arm 2015-06-25 00:21:21 +00:00
zsys_linux_386.go x/net/ipv4: add icmp filter type, constant for linux 2014-12-02 13:12:05 +09:00
zsys_linux_amd64.go x/net/ipv4: add icmp filter type, constant for linux 2014-12-02 13:12:05 +09:00
zsys_linux_arm.go x/net/ipv4: add icmp filter type, constant for linux 2014-12-02 13:12:05 +09:00
zsys_linux_arm64.go ipv4: add support for linux/arm64 2015-03-20 01:32:08 +00:00
zsys_linux_mips64.go ipv4: add support for linux/{mips64,mips64le} 2015-12-14 23:47:05 +00:00
zsys_linux_mips64le.go ipv4: add support for linux/{mips64,mips64le} 2015-12-14 23:47:05 +00:00
zsys_linux_ppc64.go ipv4: fix build on go1.4 and below 2015-03-15 00:36:00 +00:00
zsys_linux_ppc64le.go ipv4: fix build on go1.4 and below 2015-03-15 00:36:00 +00:00
zsys_netbsd.go go.net/ipv4: add platform-dependent code 2014-09-18 20:22:18 +09:00
zsys_openbsd.go go.net/ipv4: add platform-dependent code 2014-09-18 20:22:18 +09:00
zsys_solaris.go go.net/ipv4: fix build with go1.2 2014-10-24 17:37:38 +09:00