net/netip.Addr.As4 (method)

3 uses

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

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

	github.com/jackc/pgx/v5/pgtype
		inet.go#L83: 		b := prefix.Addr().As4()