const syscall.SizeofSockaddrInet6

3 uses

	syscall (current package)
		syscall_linux.go#L536: 	return unsafe.Pointer(&sa.raw), SizeofSockaddrInet6, nil
		ztypes_linux_amd64.go#L312: 	SizeofSockaddrInet6     = 0x1c

	net
		cgo_unix.go#L291: 		return cgoSockaddrInet6(ip6, zoneCache.index(zone)), _C_socklen_t(syscall.SizeofSockaddrInet6)