net/netip.Addr.As4 (method)

3 uses

	net/netip (current package)
		netip.go#L683: func (ip Addr) As4() (a4 [4]byte) {
		netip.go#L1115: 		a := p.ip.As4()

	net
		ipsock_posix.go#L209: 		Addr: addr.As4(),