| // 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. |
| "golang.org/x/net/internal/iana" |
| func ExamplePacketConn_nonPrivilegedPing() { |
| c, err := icmp.ListenPacket("udp6", "fe80::1%en0") |
| Type: ipv6.ICMPTypeEchoRequest, Code: 0, |
| ID: os.Getpid() & 0xffff, Seq: 1, |
| Data: []byte("HELLO-R-U-THERE"), |
| wb, err := wm.Marshal(nil) |
| if _, err := c.WriteTo(wb, &net.UDPAddr{IP: net.ParseIP("ff02::1"), Zone: "en0"}); err != nil { |
| n, peer, err := c.ReadFrom(rb) |
| rm, err := icmp.ParseMessage(iana.ProtocolIPv6ICMP, rb[:n]) |
| case ipv6.ICMPTypeEchoReply: |
| log.Printf("got reflection from %v", peer) |
| log.Printf("got %+v; want echo reply", rm) |