net/netip.Addr.As16 (method)
6 uses
	net/netip (current package)
		netip.go#L702: func (ip Addr) As16() (a16 [16]byte) {
	net
		addrselect.go#L294: 		ip = netip.AddrFrom16(ip.As16())
		addrselect.go#L321: 	ipv6AsBytes := ip.As16()
		ip.go#L508: 	return ip.As16(), true
		ip.go#L535: 	addr16 := ipAddr.As16()
		ipsock_posix.go#L263: 		Addr:   addr.As16(),
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |