net/netip.Addr.As16 (method)

6 uses

	net/netip (current package)
		netip.go#L674: func (ip Addr) As16() (a16 [16]byte) {

	net
		addrselect.go#L294: 		ip = netip.AddrFrom16(ip.As16())
		addrselect.go#L321: 	ipv6AsBytes := ip.As16()
		ip.go#L506: 	return ip.As16(), true
		ip.go#L534: 	addr16 := ipAddr.As16()
		ipsock_posix.go#L227: 		Addr:   addr.As16(),