net/netip.Addr.As4 (method)

2 uses

	net/netip (current package)
		netip.go#L711: func (ip Addr) As4() (a4 [4]byte) {

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